From cf1db72281134ab7375447f17bc2becb3943ee5d Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Sat, 27 Jul 2019 16:38:52 +0200 Subject: [PATCH] Update comment --- src/librustc_driver/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/librustc_driver/lib.rs b/src/librustc_driver/lib.rs index 97542a0e84e..fe1ed10884a 100644 --- a/src/librustc_driver/lib.rs +++ b/src/librustc_driver/lib.rs @@ -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( -- 2.44.0