usage

Macro bail_parse

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