Macro mirai_annotations::assume[][src]

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

Equivalent to a no op 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.