diff options
| author | Jonas Schievink <jonasschievink@gmail.com> | 2019-07-27 16:38:52 +0200 |
|---|---|---|
| committer | Jonas Schievink <jonasschievink@gmail.com> | 2019-08-30 12:34:38 +0200 |
| commit | cf1db72281134ab7375447f17bc2becb3943ee5d (patch) | |
| tree | 9483a0108aea53a0d9a549f733d983d85339f435 | |
| parent | 3e2d4d28b1c1a96e7c7482ae3e82fbf81505e8a7 (diff) | |
| download | rust-cf1db72281134ab7375447f17bc2becb3943ee5d.tar.gz rust-cf1db72281134ab7375447f17bc2becb3943ee5d.zip | |
Update comment
| -rw-r--r-- | src/librustc_driver/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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( |
