macro_rules! bail_span {
    ($($t:tt)*) => { ... };
}
Expand description

Immediately fail and return an Err, with the arguments passed to err_span!