]> git.proxmox.com Git - rustc.git/blob - tests/ui/pub/pub-ident-struct-with-lifetime.rs
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / pub / pub-ident-struct-with-lifetime.rs
1 pub S<'a> {
2 //~^ ERROR missing `struct` for struct definition
3 }
4 fn main() {}