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.
fn do_while_user_stmts<'a, 'hir>(stmts: &'a [Stmt<'hir>]) -> &'a [Stmt<'hir>]Strips the synthesized trailing if (!cond) break; from the HIR do-while lowering.