Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Jan 9, 2020
1 parent e58cfac commit 822de88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ fn report_clippy_ice(info: &panic::PanicInfo<'_>, bug_report_url: &str) {
if !info.payload().is::<rustc_errors::ExplicitBug>() {
let d = rustc_errors::Diagnostic::new(rustc_errors::Level::Bug, "unexpected panic");
handler.emit_diagnostic(&d);
handler.abort_if_errors_and_should_abort();
}

let version_info = rustc_tools_util::get_version_info!();
Expand Down

0 comments on commit 822de88

Please sign in to comment.