]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/removed-syntax-field-semicolon.stderr
Rollup merge of #106043 - c410-f3r:moar-errors, r=petrochenkov
[rust.git] / src / test / ui / parser / removed-syntax-field-semicolon.stderr
1 error: struct fields are separated by `,`
2   --> $DIR/removed-syntax-field-semicolon.rs:2:12
3    |
4 LL | struct S {
5    |        - while parsing this struct
6 LL |     bar: ();
7    |            ^ help: replace `;` with `,`
8
9 error: aborting due to previous error
10