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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
282 B
Plaintext
Raw Normal View History

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