]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issue-2354.stderr
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / issue-2354.stderr
1 error: this file contains an un-closed delimiter
2   --> $DIR/issue-2354.rs:26:66
3    |
4 LL | fn foo() { //~ NOTE un-closed delimiter
5    |          - un-closed delimiter
6 LL |   match Some(x) {
7    |                 - this delimiter might not be properly closed...
8 ...
9 LL | }
10    | - ...as it matches this but it has different indentation
11 ...
12 LL | fn main() {} //~ ERROR this file contains an un-closed delimiter
13    |                                                                  ^
14
15 error: aborting due to previous error
16