Function panic_cannot_unwind

pub(in ::panicking) fn panic_cannot_unwind() -> never

Panics because we cannot unwind out of a function.

This is a separate function to avoid the codesize impact of each crate containing the string to pass to panic_nounwind.

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