macro_rules! panictry_buffer {
    ($handler:expr, $e:expr) => { ... };
}
Expand description

A variant of ‘panictry!’ that works on a Vec instead of a single DiagnosticBuilder.