]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/issues/issue-10392-2.stderr
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui / parser / issues / issue-10392-2.stderr
CommitLineData
0bf4aa26 1error: expected `}`, found `,`
f035d41b 2 --> $DIR/issue-10392-2.rs:8:15
0bf4aa26 3 |
532ac7d7 4LL | let A { .., } = a();
0bf4aa26
XL
5 | --^
6 | | |
7 | | expected `}`
8 | | help: remove this comma
9 | `..` must be at the end and cannot have a trailing comma
10
11error: aborting due to previous error
12