Macro emit_crash

Source
macro_rules! emit_crash {
    ($msg:expr) => { ... };
    ($fmt:expr, $($arg:tt)+) => { ... };
}