2022-09-05 11:09:57 -05:00
|
|
|
error: struct fields are separated by `,`
|
2019-01-06 09:33:05 -06:00
|
|
|
--> $DIR/removed-syntax-field-semicolon.rs:2:12
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
2022-09-26 09:13:38 -05:00
|
|
|
LL | struct S {
|
|
|
|
| - while parsing this struct
|
2018-10-20 15:36:17 -05:00
|
|
|
LL | bar: ();
|
2022-09-05 11:09:57 -05:00
|
|
|
| ^ help: replace `;` with `,`
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|