mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-09 13:33:43 +00:00
11 lines
180 B
Plaintext
11 lines
180 B
Plaintext
error: this file contains an unclosed delimiter
|
|
--> $DIR/issue-62524.rs:6:3
|
|
|
|
|
LL | y![
|
|
| - unclosed delimiter
|
|
LL | Ϥ,
|
|
| ^
|
|
|
|
error: aborting due to 1 previous error
|
|
|