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
170 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: expected `,`, or `}`, found `;`
--> $DIR/removed-syntax-field-semicolon.rs:2:12
2018-10-20 15:36:17 -05:00
|
LL | bar: ();
| ^
error: aborting due to previous error