macro_rules! reject_syntax { ($pred:expr, $msg:expr) => { ... }; ($pred:expr, $fmt:expr, $($arg:tt)*) => { ... }; }