mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
8 lines
233 B
Text
8 lines
233 B
Text
error: this file contains an unclosed delimiter
|
|
--> $DIR/unmatched-delimiter-at-end-of-file.rs:11:63
|
|
|
|
|
LL | fn foo() {
|
|
| - unclosed delimiter ^
|
|
|
|
error: aborting due to previous error
|
|
|