blob: 532d4fb2b61f0b3159d7ef43bd7857ffdde6aa70 [file] [log] [blame]
error: struct fields are separated by `,`
--> $DIR/removed-syntax-field-semicolon.rs:2:12
|
LL | struct S {
| - while parsing this struct
LL | bar: ();
| ^ help: replace `;` with `,`
error: aborting due to previous error