blob: 0a23ad51211b6a231d88f34499b861e13b440b0c [file] [log] [blame] [edit]
error: missing `struct` for struct definition
--> $DIR/pub-ident-struct-3.rs:1:1
|
LL | pub S();
| ^^^^^
|
help: add `struct` here to parse `S` as a struct
|
LL | pub struct S();
| ++++++
error: aborting due to 1 previous error