remove_dynamic_checks

Function remove_dynamic_checks 

Source
fn remove_dynamic_checks(
    _ctx: &mut TransformCtx,
    locals: &mut Locals,
    statements: &mut [Statement],
)
Expand description

Rustc inserts dynamic checks during MIR lowering. They all end in an Assert statement (and this is the only use of this statement).