Macro diag_anyhow

Source
macro_rules! diag_anyhow {
    ($span:expr, $($arg:tt)*) => { ... };
}
Expand description

Like anyhow! but for diagnostics. Attaches the message to the specified expression