]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issues/issue-10392-2.stderr
Rollup merge of #92399 - Veeupup:fix_vec_typo, r=Dylan-DPC
[rust.git] / src / test / 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