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

9 lines
188 B
Plaintext

error: missing `enum` or `struct` for enum or struct definition
--> $DIR/pub-ident-struct-with-lifetime.rs:1:1
|
LL | pub S<'a> {
| ^^^^^
error: aborting due to 1 previous error