mac

Macro ext_bail

Source
macro_rules! ext_bail {
    ($cx:expr, $sp:expr, $msg:expr) => { ... };
}
Expand description

Call span_err on an ExtCtxt and return DummyResult::any.