mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-24 07:44:10 +00:00
9 lines
287 B
Plaintext
9 lines
287 B
Plaintext
|
error: this file contains an un-closed delimiter
|
||
|
--> $DIR/unmatched-delimiter-at-end-of-file.rs:11:64
|
||
|
|
|
||
|
LL | fn foo() { //~ ERROR this file contains an un-closed delimiter
|
||
|
| - un-closed delimiter ^
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|