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