fn do_while_user_stmts<'a, 'hir>(stmts: &'a [Stmt<'hir>]) -> &'a [Stmt<'hir>]Expand description
Strips the trailing if (...) break; that lowers do { ... } while (cond);.
fn do_while_user_stmts<'a, 'hir>(stmts: &'a [Stmt<'hir>]) -> &'a [Stmt<'hir>]Strips the trailing if (...) break; that lowers do { ... } while (cond);.