macro_rules! debug_span {
    ($($args:tt)*) => { ... };
}