rust/tests/ui/parser/macro-mismatched-delim-paren-brace.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
141 B
Rust
Raw Normal View History

fn main() {
foo! (
bar, "baz", 1, 2.0
} //~ ERROR mismatched closing delimiter
} //~ ERROR unexpected closing delimiter: `}`