debug_checked_assume

Macro debug_checked_assume 

Source
macro_rules! debug_checked_assume {
    ($condition:expr) => { ... };
    ($condition:expr, $($arg:tt)*) => { ... };
}
Expand description

Equivalent to the standard debug_assert! when used with an unmodified Rust compiler. When compiled with MIRAI, this causes MIRAI to assume the condition unless it can prove it to be false.