macro_rules! ext_bail { ($cx:expr, $sp:expr, $msg:expr) => { ... }; }
Expand description
Call span_err
on an ExtCtxt
and return DummyResult::any
.
macro_rules! ext_bail { ($cx:expr, $sp:expr, $msg:expr) => { ... }; }
Call span_err
on an ExtCtxt
and return DummyResult::any
.