12 lines
333 B
Plaintext
12 lines
333 B
Plaintext
|
error: unexpected closing delimiter: `}`
|
||
|
--> $DIR/issue-70583-block-is-empty-2.rs:14:1
|
||
|
|
|
||
|
LL | ErrorHandled::Reported => {}}
|
||
|
| -- this block is empty, you might have not meant to close it
|
||
|
...
|
||
|
LL | }
|
||
|
| ^ unexpected closing delimiter
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|