about summary refs log tree commit diff
path: root/compiler/rustc_driver/src/lib.rs
diff options
context:
space:
mode:
authormejrs <>2022-10-19 00:08:20 +0200
committermejrs <>2022-10-19 00:08:20 +0200
commit406e1dc8ebdeb509515c0c8be7cfe015c5eced30 (patch)
tree89007e9a41db189b3228175001218ee04363b205 /compiler/rustc_driver/src/lib.rs
parenta24a020e6d926dffe6b472fc647978f92269504e (diff)
downloadrust-406e1dc8ebdeb509515c0c8be7cfe015c5eced30.tar.gz
rust-406e1dc8ebdeb509515c0c8be7cfe015c5eced30.zip
Implement -Ztrack-diagnostics
Diffstat (limited to 'compiler/rustc_driver/src/lib.rs')
-rw-r--r--compiler/rustc_driver/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_driver/src/lib.rs b/compiler/rustc_driver/src/lib.rs
index f268d50e96e..b92a3289fa2 100644
--- a/compiler/rustc_driver/src/lib.rs
+++ b/compiler/rustc_driver/src/lib.rs
@@ -1211,6 +1211,7 @@ pub fn report_ice(info: &panic::PanicInfo<'_>, bug_report_url: &str) {
         false,
         None,
         false,
+        false,
     ));
     let handler = rustc_errors::Handler::with_emitter(true, None, emitter);