mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
14 lines
338 B
Plaintext
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
|
|
|