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