We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f7b348 commit bba5f7fCopy full SHA for bba5f7f
compiler/rustc_error_messages/src/lib.rs
@@ -455,10 +455,6 @@ impl MultiSpan {
455
replacements_occurred
456
}
457
458
- pub fn pop_span_label(&mut self) -> Option<(Span, DiagMessage)> {
459
- self.span_labels.pop()
460
- }
461
-
462
/// Returns the strings to highlight. We always ensure that there
463
/// is an entry for each of the primary spans -- for each primary
464
/// span `P`, if there is at least one label with span `P`, we return
0 commit comments