]> git.lizzy.rs Git - rust.git/blob - tests/ui/pattern/issue-66270-pat-struct-parser-recovery.stderr
Rollup merge of #106783 - WaffleLapkin:break-my-ident, r=wesleywiser
[rust.git] / tests / ui / pattern / issue-66270-pat-struct-parser-recovery.stderr
1 error: expected type, found `0`
2   --> $DIR/issue-66270-pat-struct-parser-recovery.rs:4:22
3    |
4 LL | struct Bug {
5    |        --- while parsing this struct
6 LL |     incorrect_field: 0,
7    |                      ^ expected type
8
9 error: aborting due to previous error
10