We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2d4d2 commit cf1db72Copy full SHA for cf1db72
src/librustc_driver/lib.rs
@@ -1176,7 +1176,7 @@ pub fn report_ice(info: &panic::PanicInfo<'_>, bug_report_url: &str) {
1176
// Invoke the default handler, which prints the actual panic message and optionally a backtrace
1177
(*DEFAULT_HOOK)(info);
1178
1179
- // Print the infamous ICE message
+ // Separate the output with an empty line
1180
eprintln!();
1181
1182
let emitter = Box::new(errors::emitter::EmitterWriter::stderr(
0 commit comments