Skip to content

Commit

Permalink
MERGEME post rebase fix to impl BitDenotation for Borrows.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Mar 14, 2017
1 parent af69542 commit cdced4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_borrowck/borrowck/mir/dataflow/impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,7 @@ impl<'a, 'tcx> BitDenotation for Borrows<'a, 'tcx> {
}
}

mir::StatementKind::InlineAsm { .. } |
mir::StatementKind::SetDiscriminant { .. } |
mir::StatementKind::StorageLive(..) |
mir::StatementKind::StorageDead(..) |
Expand Down

0 comments on commit cdced4f

Please sign in to comment.