mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-05 19:43:24 +00:00
17 lines
409 B
Plaintext
17 lines
409 B
Plaintext
error: this file contains an unclosed delimiter
|
|
--> $DIR/issue-84104.rs:3:13
|
|
|
|
|
LL | #[i=i::<ښܖ<
|
|
| - ^
|
|
| |
|
|
| unclosed delimiter
|
|
|
|
error: expected one of `>`, a const expression, lifetime, or type, found `]`
|
|
--> $DIR/issue-84104.rs:3:13
|
|
|
|
|
LL | #[i=i::<ښܖ<
|
|
| ^ expected one of `>`, a const expression, lifetime, or type
|
|
|
|
error: aborting due to 2 previous errors
|
|
|