blob: 4f865bc9b39cbee5724407a1c2579299b9fa568e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
error: this file contains an un-closed delimiter
--> $DIR/unclosed-braces.rs:32:53
|
LL | fn main() {
| - un-closed delimiter
...
LL | {
| - this delimiter might not be properly closed...
...
LL | }
| - ...as it matches this but it has different indentation
...
LL | //~ ERROR this file contains an un-closed delimiter
| ^
error: aborting due to previous error
|