mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
12 lines
274 B
Plaintext
12 lines
274 B
Plaintext
error: mismatched closing delimiter: `)`
|
|
--> $DIR/macro-mismatched-delim-brace-paren.rs:4:10
|
|
|
|
|
LL | foo! {
|
|
| ^ unclosed delimiter
|
|
LL | bar, "baz", 1, 2.0
|
|
LL | )
|
|
| ^ mismatched closing delimiter
|
|
|
|
error: aborting due to previous error
|
|
|