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