Macro unexpanded

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