Skip to content

Commit cdced4f

Browse files
committed
MERGEME post rebase fix to impl BitDenotation for Borrows.
1 parent af69542 commit cdced4f

File tree

1 file changed

+1
-0
lines changed
  • src/librustc_borrowck/borrowck/mir/dataflow

1 file changed

+1
-0
lines changed

src/librustc_borrowck/borrowck/mir/dataflow/impls.rs

+1
Original file line numberDiff line numberDiff line change
@@ -606,6 +606,7 @@ impl<'a, 'tcx> BitDenotation for Borrows<'a, 'tcx> {
606606
}
607607
}
608608

609+
mir::StatementKind::InlineAsm { .. } |
609610
mir::StatementKind::SetDiscriminant { .. } |
610611
mir::StatementKind::StorageLive(..) |
611612
mir::StatementKind::StorageDead(..) |

0 commit comments

Comments
 (0)