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