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