2018-09-04 10:09:49 -05:00
|
|
|
error: this file contains an un-closed delimiter
|
2019-01-06 09:33:05 -06:00
|
|
|
--> $DIR/unclosed-braces.rs:22:53
|
2018-09-04 10:09:49 -05:00
|
|
|
|
|
|
|
|
LL | fn main() {
|
|
|
|
| - un-closed delimiter
|
|
|
|
...
|
|
|
|
LL | {
|
2018-09-05 09:33:29 -05:00
|
|
|
| - this delimiter might not be properly closed...
|
2018-09-04 10:09:49 -05:00
|
|
|
...
|
|
|
|
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
|
|
|
|
|