]> git.lizzy.rs Git - rust.git/blob - src/test/ui/pub/pub-ident-with-lifetime-incomplete.rs
Rollup merge of #98583 - joshtriplett:stabilize-windows-symlink-types, r=thomcc
[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