blob: ccc5dd938b5fd9192600d7e90921e90bec5647c1 [file] [log] [blame]
error: expected `}`, found `,`
--> $DIR/issue-10392-2.rs:6:15
|
LL | let A { .., } = a();
| --^
| | |
| | expected `}`
| | help: remove this comma
| `..` must be at the end and cannot have a trailing comma
error: aborting due to previous error