2018-10-20 23:36:17 +03:00
|
|
|
error: expected `}`, found `,`
|
2020-07-02 14:32:12 +09:00
|
|
|
--> $DIR/issue-10392-2.rs:8:15
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | let A { .., } = a();
|
2018-10-20 23:36:17 +03:00
|
|
|
| --^
|
|
|
|
| | |
|
|
|
|
| | expected `}`
|
|
|
|
| | help: remove this comma
|
|
|
|
| `..` must be at the end and cannot have a trailing comma
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|