Skip to content

Commit 8918130

Browse files
committed
Remove DiagnosticBuilder::buffer.
All its uses have been removed.
1 parent b513c9e commit 8918130

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

compiler/rustc_errors/src/diagnostic_builder.rs

-5
Original file line numberDiff line numberDiff line change
@@ -264,11 +264,6 @@ impl<'a, G: EmissionGuarantee> DiagnosticBuilder<'a, G> {
264264
self.take_diag()
265265
}
266266

267-
/// Buffers the diagnostic for later emission.
268-
pub fn buffer(self, buffered_diagnostics: &mut Vec<Diagnostic>) {
269-
buffered_diagnostics.push(self.into_diagnostic());
270-
}
271-
272267
/// Delay emission of this diagnostic as a bug.
273268
///
274269
/// This can be useful in contexts where an error indicates a bug but

0 commit comments

Comments
 (0)