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