]> git.lizzy.rs Git - rust.git/blob - src/test/ui/pub/pub-ident-with-lifetime-incomplete.rs
Rollup merge of #105955 - Nilstrieb:no-trivial-opt-wrappers-we-have-field-accesses...
[rust.git] / src / test / ui / pub / pub-ident-with-lifetime-incomplete.rs
1 fn main() {
2 }
3
4 pub   foo<'a>
5 //~^ ERROR missing `fn` or `struct` for function or struct definition