Function rustc_driver::report_ice
source · pub fn report_ice(
info: &PanicInfo<'_>,
bug_report_url: &str,
extra_info: fn(_: &Handler)
)
Expand description
Prints the ICE message, including query stack, but without backtrace.
The message will point the user at bug_report_url
to report the ICE.
When install_ice_hook
is called, this function will be called as the panic
hook.