]> git.proxmox.com Git - rustc.git/blobdiff - src/test/mir-opt/dest-prop/cycle.rs
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / mir-opt / dest-prop / cycle.rs
index 7fbffb13359468922c723b83f91c8b91ad2ecbd0..c9187d408675cb2bcdcfeb6b18fe5a57c5c0d061 100644 (file)
@@ -1,5 +1,5 @@
 //! Tests that cyclic assignments don't hang DestinationPropagation, and result in reasonable code.
-
+// compile-flags: -Zunsound-mir-opts
 fn val() -> i32 {
     1
 }