Function core::panicking::assert_failed_inner
source · fn assert_failed_inner(
kind: AssertKind,
left: &dyn Debug,
right: &dyn Debug,
args: Option<Arguments<'_>>
) -> !
🔬This is a nightly-only experimental API. (
core_panic
)Expand description
Non-generic version of the above functions, to avoid code bloat.