2020-01-03 07:40:15 -06:00
|
|
|
error: this file contains an unclosed delimiter
|
|
|
|
--> $DIR/unclosed-braces.rs:22:52
|
2018-09-04 10:09:49 -05:00
|
|
|
|
|
|
|
|
LL | fn main() {
|
2020-01-03 07:40:15 -06:00
|
|
|
| - unclosed delimiter
|
2018-09-04 10:09:49 -05:00
|
|
|
...
|
|
|
|
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
|
|
|
|
...
|
2019-03-09 06:03:44 -06:00
|
|
|
LL |
|
2020-01-03 07:40:15 -06:00
|
|
|
| ^
|
2018-09-04 10:09:49 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|