rust/tests/ui/pub/pub-ident-struct-with-lifet...

5 lines
77 B
Rust

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