]> git.lizzy.rs Git - rust.git/blob - src/test/ui/pattern/issue-66270-pat-struct-parser-recovery.stderr
Merge commit 'f2cdd4a78d89c009342197cf5844a21f8aa813df' into sync_cg_clif-2022-04-22
[rust.git] / src / test / 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 |     incorrect_field: 0,
5    |                      ^ expected type
6
7 error: aborting due to previous error
8