macro_rules! format_err { ($span:expr, $msg:expr $(,)?) => { ... }; ($span:expr, $($tt:tt)*) => { ... }; }