mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
12 lines
431 B
Plaintext
12 lines
431 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 1 previous error
|
|
|