blob: 92230005836b1d8b2a079fc11714402f85b9edbe [file] [log] [blame]
error: this file contains an un-closed delimiter
--> $DIR/unclosed-braces.rs:24: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