]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issue-2354.stderr
Add 'compiler/rustc_codegen_cranelift/' from commit '793d26047f994e23415f8f6bb5686ff2...
[rust.git] / src / test / ui / parser / 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