rust/tests/ui/pub/pub-ident-with-lifetime-incomplete.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
99 B
Rust
Raw Normal View History

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