Searched defs:HandlerFlags (Results 1 – 2 of 2) sorted by relevance
| /third_party/rust/rust/compiler/rustc_errors/src/ |
| D | lib.rs | 492 pub struct HandlerFlags { struct 495 pub can_emit_warnings: bool, 498 pub treat_err_as_bug: Option<NonZeroUsize>, 501 pub dont_buffer_diagnostics: bool, 504 pub report_delayed_bugs: bool, 507 pub macro_backtrace: bool, 509 pub deduplicate_diagnostics: bool, 511 pub track_diagnostics: bool, 568 flags: HandlerFlags, in with_tty_emitter_and_flags() 598 flags: HandlerFlags, in with_emitter_and_flags()
|
| /third_party/rust/rust/compiler/rustc_session/src/ |
| D | config.rs | 1076 pub fn diagnostic_handler_flags(&self, can_emit_warnings: bool) -> HandlerFlags { in diagnostic_handler_flags()
|