]> git.lizzy.rs Git - rust.git/blobdiff - tests/run-pass/vec.rs
test raw pointer tracking; we cannot track raw pointers on Windows
[rust.git] / tests / run-pass / vec.rs
index a27fd94d8ba6ec09dbebe98f8d95a19f626d9035..ad6c5363ac1f4ead35b9b29a80c99e34daa9cf77 100644 (file)
@@ -1,4 +1,5 @@
 // compile-flags: -Zmiri-track-raw-pointers
+// ignore-windows (FIXME: tracking raw pointers does not work on Windows)
 // Gather all references from a mutable iterator and make sure Miri notices if
 // using them is dangerous.
 fn test_all_refs<'a, T: 'a>(dummy: &mut T, iter: impl Iterator<Item = &'a mut T>) {