macro_rules! warn {
    ($arg:literal) => { ... };
    ($tag:expr, $($args:tt)*) => { ... };
    ($($args:tt)*) => { ... };
}