Function rustc_driver::report_ice
source · [−]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.