b_x

Macro bail

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