]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/removed-syntax-field-semicolon.stderr
Rollup merge of #106670 - albertlarsan68:check-docs-in-pr-ci, r=Mark-Simulacrum
[rust.git] / tests / 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