Macro uucore::crash[][src]

macro_rules! crash {
    ($exit_code : expr, $($args : tt) +) => { ... };
}
Expand description

Display the provided error message, then exit() with the provided exit code