Skip to main content

nice_debug_assert_failure

Macro nice_debug_assert_failure 

Source
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.