rust/tests/ui/structs/struct-duplicate-comma.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

14 lines
338 B
Plaintext

error: expected identifier, found `,`
--> $DIR/struct-duplicate-comma.rs:11:14
|
LL | let _ = Foo {
| --- while parsing this struct
LL | a: 0,,
| ^
| |
| expected identifier
| help: remove this comma
error: aborting due to 1 previous error