Function 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. (panic_internals)
Expand description

Non-generic version of the above functions, to avoid code bloat.