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.
Handler::treat_err_as_bug
1 parent 028b6d1 commit 43a0f55Copy full SHA for 43a0f55
compiler/rustc_errors/src/lib.rs
@@ -585,11 +585,6 @@ impl Handler {
585
self
586
}
587
588
- pub fn treat_err_as_bug(mut self, treat_err_as_bug: NonZeroUsize) -> Self {
589
- self.inner.get_mut().flags.treat_err_as_bug = Some(treat_err_as_bug);
590
- self
591
- }
592
-
593
pub fn with_flags(mut self, flags: HandlerFlags) -> Self {
594
self.inner.get_mut().flags = flags;
595
0 commit comments