12 lines
288 B
Plaintext
12 lines
288 B
Plaintext
error: unexpected closing delimiter: `}`
|
|
--> $DIR/issue-68987-unmatch-issue-1.rs:10:1
|
|
|
|
|
LL | None => {}
|
|
| -- block is empty, you might have not meant to close it
|
|
LL | }
|
|
LL | }
|
|
| ^ unexpected closing delimiter
|
|
|
|
error: aborting due to previous error
|
|
|