about summary refs log tree commit diff
path: root/tests/ui/pub/pub-ident-struct-with-lifetime.rs
blob: baa5dc8cfb95f17c0434e6574b79c1b29ba7f74d (plain)
1
2
3
4
pub S<'a> {
//~^ ERROR missing `enum` or `struct` for enum or struct definition
}
fn main() {}