rust/tests/ui/pub/pub-ident-struct-with-lifetime.rs

5 lines
77 B
Rust
Raw Normal View History

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