Skip to content

Commit cf1db72

Browse files
Update comment
1 parent 3e2d4d2 commit cf1db72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_driver/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1176,7 +1176,7 @@ pub fn report_ice(info: &panic::PanicInfo<'_>, bug_report_url: &str) {
11761176
// Invoke the default handler, which prints the actual panic message and optionally a backtrace
11771177
(*DEFAULT_HOOK)(info);
11781178

1179-
// Print the infamous ICE message
1179+
// Separate the output with an empty line
11801180
eprintln!();
11811181

11821182
let emitter = Box::new(errors::emitter::EmitterWriter::stderr(

0 commit comments

Comments
 (0)