bail

Macro bail 

Source
macro_rules! bail {
    ($msg:expr $(,)?) => { ... };
    ( $msg:expr => $span_to_blame:expr $(,)? ) => { ... };
}