macro_rules! err_span {
    ($span:expr, $($msg:tt)*) => { ... };
}
Expand description

Provide a Diagnostic with the given span and message