Function core::panicking::const_panic_fmt[][src]

pub const fn const_panic_fmt(fmt: Arguments<'_>) -> !
🔬 This is a nightly-only experimental API. (core_panic)

internal details of the implementation of the panic! and related macros

Expand description

This function is used instead of panic_fmt in const eval.