Macro error

Source
macro_rules! error {
    ($fmt:literal $(,$($arg:tt)*)?) => { ... };
    ($msg:expr) => { ... };
    (@$span:expr, $fmt:literal $(,$($arg:tt)*)?) => { ... };
    (@$span:expr, $msg:expr) => { ... };
}