Macro kanata_parser::bail

source ยท
macro_rules! bail {
    ($err:expr $(,)?) => { ... };
    ($fmt:expr, $($arg:tt)*) => { ... };
}