]> git.proxmox.com Git - rustc.git/blame - src/test/ui/parser/removed-syntax-field-semicolon.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / parser / removed-syntax-field-semicolon.stderr
CommitLineData
f2b60f7d 1error: struct fields are separated by `,`
0731742a 2 --> $DIR/removed-syntax-field-semicolon.rs:2:12
0bf4aa26 3 |
2b03887a
FG
4LL | struct S {
5 | - while parsing this struct
0bf4aa26 6LL | bar: ();
f2b60f7d 7 | ^ help: replace `;` with `,`
0bf4aa26
XL
8
9error: aborting due to previous error
10