rust/tests/ui/parser/recover-struct.stderr
2023-01-11 09:32:08 +00:00

12 lines
282 B
Text

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 previous error