mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-12 06:53:05 +00:00
9 lines
188 B
Plaintext
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
|
|
|