Skip to main content

is_loop_termination_if

Function is_loop_termination_if 

Source
pub fn is_loop_termination_if(stmt: &Stmt<'_>) -> bool
Expand description

if (...) break; as synthesized by the do-while lowering.