macro_rules! err_span {
    ($span:expr, $($msg:tt)*) => { ... };
}Expand description
Provide a Diagnostic with the given span and message
macro_rules! err_span {
    ($span:expr, $($msg:tt)*) => { ... };
}Provide a Diagnostic with the given span and message