pub fn assert_matches_failed<T: Debug + ?Sized>(
    left: &T,
    right: &str,
    args: Option<Arguments<'_>>
) -> !
🔬This is a nightly-only experimental API. (core_panic)
Expand description

Internal function for assert_match!