rustc/tests/ui/pub/pub-ident-struct-with-lifetime.rs
2023-08-02 10:33:26 +02:00

5 lines
77 B
Rust

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