Skip to main content

do_while_user_stmts

Function do_while_user_stmts 

Source
fn do_while_user_stmts<'a, 'hir>(stmts: &'a [Stmt<'hir>]) -> &'a [Stmt<'hir>]
Expand description

Strips the synthesized trailing if (!cond) break; from the HIR do-while lowering.