about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/driver.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/driver.rs b/src/driver.rs
index b12208ac62a..ae54b2078a6 100644
--- a/src/driver.rs
+++ b/src/driver.rs
@@ -179,6 +179,7 @@ fn report_clippy_ice(info: &panic::PanicInfo<'_>, bug_report_url: &str) {
         false,
         None,
         false,
+        false,
     ));
     let handler = rustc_errors::Handler::with_emitter(true, None, emitter);