Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
lifetimes
/
issue-83907-invalid-fn-like-path.rs
blob: 4e093bb2e17dc2af26e504b1c949dad45c551d55 [
file
] [
log
] [
blame
] [
edit
]
//@ check-fail
static
STATIC_VAR_FIVE
:
&
One
();
//~^ cannot find type
//~| free static item without body
fn
main
()
{}