rust/tests/ui/pub/pub-ident-struct.stderr

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

9 lines
170 B
Plaintext
Raw Normal View History

error: missing `enum` or `struct` for enum or struct definition
--> $DIR/pub-ident-struct.rs:1:1
|
2018-02-23 00:42:32 +00:00
LL | pub S {
| ^^^^^
error: aborting due to 1 previous error