Function __rust_start_panic

Source
unsafe fn __rust_start_panic(payload: &mut dyn PanicPayload) -> u32
Expand description

PanicPayload lazily performs allocation only when needed (this avoids allocations when using the “abort” panic runtime).