macro_rules! bail_parse {
($ctx:expr, $span:expr, $fmt:literal) => { ... };
($ctx:expr, $span:expr, $fmt:literal, $($arg:tt)*) => { ... };
}
macro_rules! bail_parse {
($ctx:expr, $span:expr, $fmt:literal) => { ... };
($ctx:expr, $span:expr, $fmt:literal, $($arg:tt)*) => { ... };
}