]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-2354.stderr
Rollup merge of #106717 - klensy:typo, r=lcnr
[rust.git] / tests / ui / parser / issues / issue-2354.stderr
1 error: this file contains an unclosed delimiter
2   --> $DIR/issue-2354.rs:15:52
3    |
4 LL | fn foo() {
5    |          - unclosed delimiter
6 LL |   match Some(10) {
7    |                  - this delimiter might not be properly closed...
8 ...
9 LL | }
10    | - ...as it matches this but it has different indentation
11 ...
12 LL |
13    |                                                    ^
14
15 error: aborting due to previous error
16