macro_rules! err_spanned {
    ($span:expr => $msg:expr) => { ... };
}Expand description
Macro inspired by anyhow::anyhow! to create a compiler error with the given span.
macro_rules! err_spanned {
    ($span:expr => $msg:expr) => { ... };
}Macro inspired by anyhow::anyhow! to create a compiler error with the given span.