rust/tests/ui/parser/issues/issue-70583-block-is-empty-2.stderr

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

12 lines
327 B
Plaintext
Raw Normal View History

2020-04-02 02:17:46 -05:00
error: unexpected closing delimiter: `}`
--> $DIR/issue-70583-block-is-empty-2.rs:14:1
|
2020-04-03 02:24:02 -05:00
LL | ErrorHandled::Reported => {}}
| -- block is empty, you might have not meant to close it
2020-04-02 02:17:46 -05:00
...
LL | }
| ^ unexpected closing delimiter
error: aborting due to previous error