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