about summary refs log tree commit diff
path: root/tests/ui/unsafe/union-assignop.rs
diff options
context:
space:
mode:
authorMatthew Jasper <mjjasper1@gmail.com>2023-10-26 16:13:20 +0000
committerMatthew Jasper <mjjasper1@gmail.com>2024-01-05 09:30:27 +0000
commit982b49494e7a50adb94eae42144cfa51229ac127 (patch)
tree713f1ef55e8494d65722cd20feb415a98d47eed0 /tests/ui/unsafe/union-assignop.rs
parent5113ed28ea1451a13eae3a05dca0dbabfd56f587 (diff)
downloadrust-982b49494e7a50adb94eae42144cfa51229ac127.tar.gz
rust-982b49494e7a50adb94eae42144cfa51229ac127.zip
Remove revisions for THIR unsafeck
This is to make the diff when stabilizing it easier to review.
Diffstat (limited to 'tests/ui/unsafe/union-assignop.rs')
-rw-r--r--tests/ui/unsafe/union-assignop.rs3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/ui/unsafe/union-assignop.rs b/tests/ui/unsafe/union-assignop.rs
index 5e667cd10d5..6122aef0565 100644
--- a/tests/ui/unsafe/union-assignop.rs
+++ b/tests/ui/unsafe/union-assignop.rs
@@ -1,6 +1,3 @@
-// revisions: mirunsafeck thirunsafeck
-// [thirunsafeck]compile-flags: -Z thir-unsafeck
-
 use std::ops::AddAssign;
 use std::mem::ManuallyDrop;