fatal

Macro fatal 

Source
macro_rules! fatal {
    ($text:tt, $($args:tt)*) => { ... };
    ($text:tt) => { ... };
}