macro_rules! log_raw_fatal_error {
($span:expr, $($arg:tt)+) => { ... };
}Expand description
Logs fatal error with no span provided.
macro_rules! log_raw_fatal_error {
($span:expr, $($arg:tt)+) => { ... };
}Logs fatal error with no span provided.