1
Fork 0

Remove DiagnosticBuilder.quiet

This commit is contained in:
mark 2022-01-23 00:11:13 -06:00
parent ecf72996ed
commit cf382de0cc
3 changed files with 8 additions and 25 deletions

View file

@ -476,10 +476,6 @@ impl Session {
&self.parse_sess.span_diagnostic
}
pub fn with_disabled_diagnostic<T, F: FnOnce() -> T>(&self, f: F) -> T {
self.parse_sess.span_diagnostic.with_disabled_diagnostic(f)
}
/// Analogous to calling methods on the given `DiagnosticBuilder`, but
/// deduplicates on lint ID, span (if any), and message for this `Session`
fn diag_once<'a, 'b>(