]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/union/union-deref.rs
Rollup merge of #93926 - PatchMixolydic:bugfix/must_use-on-exprs, r=cjgillot
[rust.git] / src / test / ui / union / union-deref.rs
index 48f5b36bd17f3927a1734760f418d0eb3c24ba9a..4bf2ba2f1bfce0bccad8cef5f7780e3361f4c118 100644 (file)
@@ -1,3 +1,6 @@
+// revisions: mirunsafeck thirunsafeck
+// [thirunsafeck]compile-flags: -Z thir-unsafeck
+
 //! Test the part of RFC 2514 that is about not applying `DerefMut` coercions
 //! of union fields.
 #![feature(untagged_unions)]