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.