macro_rules! nice_debug_assert_failure {
() => { ... };
($format:expr $(, $($args:tt)*)?) => { ... };
}Expand description
An unconditional debug assertion failure, for if the condition has already been checked
elsewhere. See nice_debug_assert!() for more information.