pub fn set_thread_panic_hook()Expand description
Install a thread panic hook that prints a custom backtrace and exits with a
non-zero status. Lets failing tests and CLI runs surface a useful trace
without relying on RUST_BACKTRACE.
pub fn set_thread_panic_hook()Install a thread panic hook that prints a custom backtrace and exits with a
non-zero status. Lets failing tests and CLI runs surface a useful trace
without relying on RUST_BACKTRACE.