macro_rules! other_error { ($format:literal) => { ... }; ($format:literal, $($args:tt)*) => { ... }; }