pub const fn begin_panic<M: Any + Send>(msg: M) -> !
Expand description

This is the entry point of panicking for the non-format-string variants of panic!() and assert!(). In particular, this is the only entry point that supports arbitrary payloads, not just format strings.