Skip to content

Commit 822de88

Browse files
committed
1 parent e58cfac commit 822de88

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/driver.rs

-1
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ fn report_clippy_ice(info: &panic::PanicInfo<'_>, bug_report_url: &str) {
259259
if !info.payload().is::<rustc_errors::ExplicitBug>() {
260260
let d = rustc_errors::Diagnostic::new(rustc_errors::Level::Bug, "unexpected panic");
261261
handler.emit_diagnostic(&d);
262-
handler.abort_if_errors_and_should_abort();
263262
}
264263

265264
let version_info = rustc_tools_util::get_version_info!();

0 commit comments

Comments
 (0)