about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Kimock <kimockb@gmail.com>2024-07-30 17:44:26 -0400
committerBen Kimock <ben.kimock@redjack.com>2024-08-09 20:06:27 -0400
commitb44b367232ee0f1c8c4419ad6cae73f0815e9421 (patch)
treecd4d0d13f444e3c1237517949496951b14246959
parent4e98bc673013aa1124c948a52b8259ca11d81fa3 (diff)
downloadrust-b44b367232ee0f1c8c4419ad6cae73f0815e9421.tar.gz
rust-b44b367232ee0f1c8c4419ad6cae73f0815e9421.zip
Add a FIXME to the changed Miri test
-rw-r--r--src/tools/miri/tests/pass/tree_borrows/vec_unique.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tools/miri/tests/pass/tree_borrows/vec_unique.rs b/src/tools/miri/tests/pass/tree_borrows/vec_unique.rs
index 05090d685ab..9debe224d45 100644
--- a/src/tools/miri/tests/pass/tree_borrows/vec_unique.rs
+++ b/src/tools/miri/tests/pass/tree_borrows/vec_unique.rs
@@ -1,3 +1,5 @@
+// FIXME: This test is broken since https://github.com/rust-lang/rust/pull/126793,
+// possibly related to the additional struct between Vec and Unique.
 //@revisions: default uniq
 // We disable the GC for this test because it would change what is printed.
 //@compile-flags: -Zmiri-tree-borrows -Zmiri-provenance-gc=0