]> git.proxmox.com Git - rustc.git/blobdiff - src/test/codegen/try_identity.rs
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / codegen / try_identity.rs
index 30e7adfddf765a28f4ab73a75d784c0aae2666b3..d30b706eafcfaf5fbe71c2a734600427b87b7e93 100644 (file)
@@ -1,4 +1,4 @@
-// compile-flags: -C no-prepopulate-passes -Z mir-opt-level=2
+// compile-flags: -C no-prepopulate-passes -Z mir-opt-level=2 -Zunsound-mir-opts
 
 // Ensure that `x?` has no overhead on `Result<T, E>` due to identity `match`es in lowering.
 // This requires inlining to trigger the MIR optimizations in `SimplifyArmIdentity`.