]> git.lizzy.rs Git - rust.git/blob - src/test/ui/pattern/issue-66270-pat-struct-parser-recovery.stderr
Rollup merge of #105555 - krasimirgg:llvm-int-opt-2, r=cuviper
[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 | struct Bug {
5    |        --- while parsing this struct
6 LL |     incorrect_field: 0,
7    |                      ^ expected type
8
9 error: aborting due to previous error
10