rust/tests/ui/parser/issues/issue-46186.stderr

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

11 lines
226 B
Plaintext
Raw Normal View History

2017-11-25 20:30:15 -06:00
error: expected item, found `;`
2020-07-02 00:32:12 -05:00
--> $DIR/issue-46186.rs:5:2
2017-11-25 20:30:15 -06:00
|
2019-01-13 19:29:32 -06:00
LL | };
| ^ help: remove this semicolon
|
= help: braced struct declarations are not followed by a semicolon
2017-11-25 20:30:15 -06:00
error: aborting due to previous error