mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
181c1bda0e
Signed-off-by: xizheyin <xizheyin@smail.nju.edu.cn>
22 lines
510 B
Plaintext
22 lines
510 B
Plaintext
error: mismatched closing delimiter: `)`
|
|
--> $DIR/issue-105209.rs:2:11
|
|
|
|
|
LL | #![c={#![c[)x
|
|
| ^^ mismatched closing delimiter
|
|
| |
|
|
| unclosed delimiter
|
|
|
|
error: this file contains an unclosed delimiter
|
|
--> $DIR/issue-105209.rs:3:56
|
|
|
|
|
LL | #![c={#![c[)x
|
|
| - - - unclosed delimiter
|
|
| | |
|
|
| | unclosed delimiter
|
|
| unclosed delimiter
|
|
LL |
|
|
| ^
|
|
|
|
error: aborting due to 2 previous errors
|
|
|