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