macro_rules! debug_span { ($($arg:tt)*) => { ... }; }
No-op debug_span macro when tracing is disabled.