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

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