macro_rules! custom_panic_default {
() => { ... };
}Expand description
Fallback to default for unused custom panic feature. This must be used if the entrypoint! macro is not used.
macro_rules! custom_panic_default {
() => { ... };
}Fallback to default for unused custom panic feature. This must be used if the entrypoint! macro is not used.