macro_rules! diag_anyhow {
($span:expr, $($arg:tt)*) => { ... };
}
Expand description
Like anyhow!
but for diagnostics. Attaches the message to the specified expression
macro_rules! diag_anyhow {
($span:expr, $($arg:tt)*) => { ... };
}
Like anyhow!
but for diagnostics. Attaches the message to the specified expression