Function simics::panic_info_message
source ยท pub fn panic_info_message<'pi>(panic_info: &'pi PanicHookInfo<'_>) -> &'pi str
Expand description
Attempt to produce a &str
message (with a default)
from a std::panic::PanicHookInfo
.
See module docs for usage.