os-rust/tests/ui/pub/pub-ident-struct-with-lifetime.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
188 B
Text
Raw Normal View History

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