Skip to content

Commit

Permalink
Auto merge of #2080 - RalfJung:2phase, r=RalfJung
Browse files Browse the repository at this point in the history
make sure 2-phase borows work even with raw ptr tagging
  • Loading branch information
bors committed Apr 21, 2022
2 parents edd4858 + 3ca59d2 commit 2e419e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/run-pass/stacked-borrows/2phase.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// compile-flags: -Zmiri-tag-raw-pointers
#![allow(mutable_borrow_reservation_conflict)]

trait S: Sized {
Expand Down

0 comments on commit 2e419e4

Please sign in to comment.