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