bail

Macro bail 

Source
macro_rules! bail {
    ($item:expr, $fmt:literal $(, $args:expr)* $(,)?) => { ... };
}