Function rustc_driver_impl::report_ice

source ·
pub(crate) fn report_ice(
    info: &PanicInfo<'_>,
    bug_report_url: &str,
    extra_info: fn(_: &DiagCtxt),
    using_internal_features: &AtomicBool
)
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.