make sure 2-phase borows work even with raw ptr tagging

This commit is contained in:
Ralf Jung 2022-04-21 16:09:35 +02:00
parent edd4858846
commit 3ca59d2fbf

View file

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