macro_rules! x { ($($c:tt)*) => { $($c)รถ* {} //~^ ERROR missing condition for `if` expression }; } fn main() { x!(if); }