fn panic_cannot_unwind() -> !
🔬This is a nightly-only experimental API. (core_panic)
Expand description

Panic because we cannot unwind out of a function.

This function is called directly by the codegen backend, and must not have any extra arguments (including those synthesized by track_caller).