rust/src/test/ui/pub/pub-ident-with-lifetime-incomplete.rs
2018-11-30 15:09:39 -08:00

6 lines
99 B
Rust

fn main() {
}
pub foo<'a>
//~^ ERROR missing `fn` or `struct` for function or struct definition