Macro instrument_warn_span

Source
macro_rules! instrument_warn_span {
    (
        $fut:expr,
        $($arg:tt)*
    ) => { ... };
}