]> git.proxmox.com Git - rustc.git/blob - tests/ui/parser/issues/issue-57684.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / parser / issues / issue-57684.stderr
1 error: expected `:`, found `=`
2 --> $DIR/issue-57684.rs:27:20
3 |
4 LL | let _ = X { f1 = 5 };
5 | -^
6 | |
7 | help: replace equals symbol with a colon: `:`
8
9 error: expected `:`, found `=`
10 --> $DIR/issue-57684.rs:32:12
11 |
12 LL | f1 = 5,
13 | -^
14 | |
15 | help: replace equals symbol with a colon: `:`
16
17 error: aborting due to 2 previous errors
18