2024-07-06 13:14:53 +03:00
|
|
|
error: missing `enum` or `struct` for enum or struct definition
|
|
|
|
--> $DIR/pub-ident-struct-with-lifetime.rs:1:1
|
2018-11-26 10:11:46 -08:00
|
|
|
|
|
|
|
|
LL | pub S<'a> {
|
2024-07-06 13:14:53 +03:00
|
|
|
| ^^^^^
|
2018-11-26 10:11:46 -08:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-11-26 10:11:46 -08:00
|
|
|
|