blob: 84a3af9ab005727d3ba31a5093f1e557e480716f [file] [log] [blame]
error: expected identifier, found `,`
--> $DIR/struct-index-err-ice-issue-126744.rs:1:11
|
LL | struct X {,}
| - ^ expected identifier
| |
| while parsing this struct
error: aborting due to 1 previous error