unsafe fn __rust_start_panic(payload: &mut dyn PanicPayload) -> u32Expand description
PanicPayload lazily performs allocation only when needed (this avoids
allocations when using the “abort” panic runtime).
unsafe fn __rust_start_panic(payload: &mut dyn PanicPayload) -> u32PanicPayload lazily performs allocation only when needed (this avoids
allocations when using the “abort” panic runtime).