blob: 88d625456564f26f7bfd2d6caaba1e4b53350f81 [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 previous error