macro_rules! fatal {
($($format_args:tt)*) => { ... };
}Expand description
Print error message and exit the current process with error code.
macro_rules! fatal {
($($format_args:tt)*) => { ... };
}Print error message and exit the current process with error code.