]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/remove_zsts_dont_touch_unions.rs
:arrow_up: rust-analyzer
[rust.git] / src / test / mir-opt / remove_zsts_dont_touch_unions.rs
index 7a6f86b808509dbccafe35136d4eeaf0cfada5f1..8b9de9b4d65a66fd987f2357d44fc0cecf038e42 100644 (file)
@@ -1,4 +1,4 @@
-// compile-flags: -Zmir-opt-level=3
+// unit-test: RemoveZsts
 
 // Ensure RemoveZsts doesn't remove ZST assignments to union fields,
 // which causes problems in Miri.