rust/tests/ui/parser/recover-struct.stderr

13 lines
282 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: expected `:`, found `Bad`
2019-05-31 15:50:04 -05:00
--> $DIR/recover-struct.rs:4:9
2018-10-20 15:36:17 -05:00
|
LL | struct Test {
| ---- while parsing this struct
2018-10-20 15:36:17 -05:00
LL | Very
| - expected `:`
2019-03-09 06:03:44 -06:00
LL | Bad
2018-10-20 15:36:17 -05:00
| ^^^ unexpected token
error: aborting due to previous error