rust/tests/ui/parser/macro/macro-mismatched-delim-paren-brace.rs
Josh Triplett 6d64306df1 Move macro tests in parser into macro directory
The `macro` directory contains most of the macro tests, but not all of
them; move the remainder into `macro`.
2025-07-05 16:52:59 -07:00

6 lines
141 B
Rust

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