Skip to main content

setup_panic_simple

Macro setup_panic_simple 

Source
macro_rules! setup_panic_simple {
    () => { ... };
}
Expand description

Set up a simple panic hook that prints a human-readable error message.

A lighter alternative to setup_panic! that does not generate issue submission URLs or check for known errors. Just prints the panic message and source location.