Update comment
This commit is contained in:
parent
3e2d4d28b1
commit
cf1db72281
1 changed files with 1 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue