blob: 1367c941f8061123d175b06cbbcdd2796bd73cd0 (
plain)
1
2
3
4
5
6
7
8
|
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
|