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