Macro rustc_parse::panictry_buffer
source · macro_rules! panictry_buffer { ($handler:expr, $e:expr) => { ... }; }
Expand description
A variant of ‘panictry!’ that works on a Vec<Diagnostic>
instead of a single
DiagnosticBuilder
.