verify

Macro verify 

Source
macro_rules! verify {
    ($condition:expr) => { ... };
}
Expand description

Equivalent to a no op when used with an unmodified Rust compiler. When compiled with MIRAI, this causes MIRAI to check the condition and emit a diagnostic unless it can prove it to be true.