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