Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schievink committed Aug 30, 2019
1 parent 3e2d4d2 commit cf1db72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_driver/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@ pub fn report_ice(info: &panic::PanicInfo<'_>, bug_report_url: &str) {
// Invoke the default handler, which prints the actual panic message and optionally a backtrace
(*DEFAULT_HOOK)(info);

// Print the infamous ICE message
// Separate the output with an empty line
eprintln!();

let emitter = Box::new(errors::emitter::EmitterWriter::stderr(
Expand Down

0 comments on commit cf1db72

Please sign in to comment.