1
Fork 0
rust/src/test/ui/parser/removed-syntax-field-semicolon.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
200 B
Text
Raw Normal View History

error: struct fields are separated by `,`
--> $DIR/removed-syntax-field-semicolon.rs:2:12
2018-10-20 23:36:17 +03:00
|
LL | bar: ();
| ^ help: replace `;` with `,`
2018-10-20 23:36:17 +03:00
error: aborting due to previous error