diff options
| author | Matthew Jasper <mjjasper1@gmail.com> | 2023-10-26 16:13:20 +0000 |
|---|---|---|
| committer | Matthew Jasper <mjjasper1@gmail.com> | 2024-01-05 09:30:27 +0000 |
| commit | 982b49494e7a50adb94eae42144cfa51229ac127 (patch) | |
| tree | 713f1ef55e8494d65722cd20feb415a98d47eed0 /tests/ui/unsafe/union-assignop.rs | |
| parent | 5113ed28ea1451a13eae3a05dca0dbabfd56f587 (diff) | |
| download | rust-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.rs | 3 |
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; |
