rustc/tests/ui/pub/pub-ident-struct-with-lifetime.rs
2024-09-09 14:07:22 +02:00

5 lines
95 B
Rust

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