Auto merge of #2080 - RalfJung:2phase, r=RalfJung

make sure 2-phase borows work even with raw ptr tagging
This commit is contained in:
bors 2022-04-21 14:10:20 +00:00
commit 2e419e4ff6

View File

@ -1,3 +1,4 @@
// compile-flags: -Zmiri-tag-raw-pointers
#![allow(mutable_borrow_reservation_conflict)]
trait S: Sized {