blob: 51b5f3b1af2fc8e10fdbb167f6b05d6b22099aae [file] [log] [blame]
error: missing `struct` for struct definition
--> $DIR/recovered-block.rs:11:8
|
LL | pub Foo { text }
| ^
|
help: add `struct` here to parse `Foo` as a public struct
|
LL | pub struct Foo { text }
| ++++++
error: aborting due to 1 previous error