rust/tests/ui/pattern/issue-66270-pat-struct-parser-recovery.stderr

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

11 lines
268 B
Plaintext
Raw Normal View History

2019-12-22 22:36:30 +00:00
error: expected type, found `0`
--> $DIR/issue-66270-pat-struct-parser-recovery.rs:4:22
|
LL | struct Bug {
| --- while parsing this struct
2019-12-22 22:36:30 +00:00
LL | incorrect_field: 0,
| ^ expected type
error: aborting due to 1 previous error
2019-12-22 22:36:30 +00:00