mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 14:31:55 +00:00
18 lines
448 B
Plaintext
18 lines
448 B
Plaintext
|
error: this file contains an un-closed delimiter
|
||
|
--> $DIR/unclosed-braces.rs:32:53
|
||
|
|
|
||
|
LL | fn main() {
|
||
|
| - un-closed delimiter
|
||
|
...
|
||
|
LL | {
|
||
|
| - this might be the culprit...
|
||
|
...
|
||
|
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
|
||
|
|