]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issue-68987-unmatch-issue-1.stderr
Auto merge of #107688 - lukas-code:projection-with-lifetime, r=jackh726
[rust.git] / tests / ui / parser / issue-68987-unmatch-issue-1.stderr
1 error: unexpected closing delimiter: `}`
2   --> $DIR/issue-68987-unmatch-issue-1.rs:10:1
3    |
4 LL |     match o {
5    |             - this delimiter might not be properly closed...
6 LL |         Some(_x) => {}   // Extra '}'
7    |                     -- block is empty, you might have not meant to close it
8 LL |             let _ = if true {};
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