rust/tests/ui/structs/struct-duplicate-comma.stderr
2023-01-11 09:32:08 +00:00

14 lines
336 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 previous error