blob: 51a9e707756d858ed6348ccca51d6df653b1db2c [file] [log] [blame] [edit]
error: expected `:`, found `Bad`
--> $DIR/recover-struct.rs:4:9
|
LL | struct Test {
| ---- while parsing this struct
LL | Very
| - expected `:`
LL | Bad
| ^^^ unexpected token
error: aborting due to 1 previous error