macro_rules! errf { ($tag:expr, $fmt:expr, $($args:expr),*) => { ... }; ($tag:expr, $fmt:expr) => { ... }; }