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 trailing if (...) break; that lowers do { ... } while (cond);.