Macro die

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

Print a message to stderr and exit(1)