mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
12 lines
429 B
Plaintext
12 lines
429 B
Plaintext
error: mismatched closing delimiter: `)`
|
|
--> $DIR/issue-102878.rs:1:35
|
|
|
|
|
LL | macro_rules!test{($l:expr,$_:r)=>({const:y y)}
|
|
| -^ ^ mismatched closing delimiter
|
|
| ||
|
|
| |unclosed delimiter
|
|
| closing delimiter possibly meant for this
|
|
|
|
error: aborting due to previous error
|
|
|