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