test Rc with raw pointer tracking

This commit is contained in:
Ralf Jung 2020-10-31 16:23:41 +01:00
parent f936bc6b92
commit 00bc944eea

View file

@ -1,3 +1,5 @@
// compile-flags: -Zmiri-track-raw-pointers
// ignore-windows (FIXME: tracking raw pointers does not work on Windows)
#![feature(new_uninit)]
#![feature(get_mut_unchecked)]