mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
181c1bda0e
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
19 lines
429 B
Plaintext
19 lines
429 B
Plaintext
error: mismatched closing delimiter: `]`
|
|
--> $DIR/issue-63116.rs:4:14
|
|
|
|
|
LL | impl W <s(f;Y(;]
|
|
| ^ ^ mismatched closing delimiter
|
|
| |
|
|
| unclosed delimiter
|
|
|
|
error: this file contains an unclosed delimiter
|
|
--> $DIR/issue-63116.rs:4:18
|
|
|
|
|
LL | impl W <s(f;Y(;]
|
|
| - ^
|
|
| |
|
|
| unclosed delimiter
|
|
|
|
error: aborting due to 2 previous errors
|
|
|