Skip to main content

do_while_user_stmts

Function do_while_user_stmts 

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

Strips the trailing if (cond) break; that lowers do { ... } while (cond);.