]> git.proxmox.com Git - rustc.git/blob - tests/ui/parser/issue-68987-unmatch-issue.stderr
New upstream version 1.69.0+dfsg1
[rustc.git] / tests / ui / parser / issue-68987-unmatch-issue.stderr
1 error: unexpected closing delimiter: `}`
2 --> $DIR/issue-68987-unmatch-issue.rs:10:1
3 |
4 LL | match o {
5 | - this delimiter might not be properly closed...
6 LL | Some(_x) => // Missing '{'
7 LL | let _ = if true {};
8 | -- block is empty, you might have not meant to close it
9 LL | }
10 | - ...as it matches this but it has different indentation
11 ...
12 LL | }
13 | ^ unexpected closing delimiter
14
15 error: aborting due to previous error
16