fn branch_always_reverts<'hir>(
gcx: Gcx<'hir>,
hir: &'hir Hir<'hir>,
stmt: &'hir Stmt<'hir>,
) -> boolExpand description
Whether executing stmt always reverts, undoing everything the transaction did. Only a
revert counts, the guards being matched without an order: see may_return for the escapes
that leave the transaction standing.