]> git.lizzy.rs Git - rust.git/blob - src/test/ui/pub/pub-ident-with-lifetime-incomplete.rs
Rollup merge of #98776 - notriddle:notriddle/mobile-sidebar-auto-close, r=GuillaumeGomez
[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