pub fn report_ice(info: &PanicInfo<'_>, bug_report_url: &str)
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.