macro_rules! label { ($parser:expr, $msg:expr) => { ... }; ($parser:expr, $msg:expr, $($rngs:expr),+) => { ... }; }