Skip to main content

fatal

Macro fatal 

Source
macro_rules! fatal {
    ($($arg:tt)*) => { ... };
}
Expand description

Used to send critical errors. Will exit directly with exit code 1.

NOTE: This macro is only useful after Rust version 1.79.