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