rust/tests/ui/parser/issues/issue-10392-2.stderr
Nilstrieb 41e8d152dc Show number in error message even for one error
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-24 19:15:52 +01:00

13 lines
332 B
Plaintext

error: expected `}`, found `,`
--> $DIR/issue-10392-2.rs:8: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 1 previous error