rust/src/test/ui/parser/recover-struct.stderr
2018-12-25 21:08:33 -07:00

11 lines
234 B
Plaintext

error: expected `:`, found `Bad`
--> $DIR/recover-struct.rs:6:9
|
LL | Very
| - expected `:`
LL | Bad //~ ERROR found `Bad`
| ^^^ unexpected token
error: aborting due to previous error