macro_rules! exit_error {
($arg:tt) => { ... };
($($arg:tt)*) => { ... };
}👎Deprecated since 0.1.0: Use exit_error function instead
Expand description
Print error and exit (deprecated - use exit_error function instead)
macro_rules! exit_error {
($arg:tt) => { ... };
($($arg:tt)*) => { ... };
}Print error and exit (deprecated - use exit_error function instead)