blob: 06e3b95c248303b00485a466e060e1f31e4bc9be [file] [log] [blame]
error: expected identifier, found `,`
--> $DIR/struct-duplicate-comma.rs:22:14
|
LL | let bar = Foo {
| --- while parsing this struct
LL | a: 0,,
| ^
| |
| expected identifier
| help: remove this comma
error: aborting due to previous error