macro_rules! log_raw_warning { ($span:expr, $($arg:tt)+) => { ... }; }
Logs warning with no span provided.