macro_rules! log_raw_fatal_error {
    ($($arg:tt)+) => { ... };
}
Expand description

Logs fatal error with no span provided.