blob: 532d4fb2b61f0b3159d7ef43bd7857ffdde6aa70 (
plain)
1
2
3
4
5
6
7
8
9
10
|
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
|