Skip to main content

fatal

Macro fatal 

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