rust/tests/ui/lifetimes/issue-83907-invalid-fn-like-path.rs

8 lines
118 B
Rust
Raw Normal View History

// check-fail
static STATIC_VAR_FIVE: &One();
//~^ cannot find type
//~| free static item without body
fn main() {}