Macro diag_bail

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

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