1 2 3 4 5 6 7
macro_rules! foo { ($($tt:tt)*) => () } fn main() { foo! { bar, "baz", 1, 2.0 ) //~ ERROR mismatched closing delimiter }