macro_rules! xinfo { ($k:expr, #$tag:expr, $($args:tt)*) => { ... }; ($k:expr, $($args:tt)*) => { ... }; }