]> git.proxmox.com Git - rustc.git/blobdiff - src/test/mir-opt/early_otherwise_branch_3_element_tuple.rs
New upstream version 1.62.1+dfsg1
[rustc.git] / src / test / mir-opt / early_otherwise_branch_3_element_tuple.rs
index 8527c01d756589ec0446deaee306eee29886eb3c..76055e1330fa7c88beec278069d74d0b5e99f3ad 100644 (file)
@@ -1,4 +1,4 @@
-// compile-flags: -Z mir-opt-level=4 -Z unsound-mir-opts
+// unit-test: EarlyOtherwiseBranch
 
 // EMIT_MIR early_otherwise_branch_3_element_tuple.opt1.EarlyOtherwiseBranch.diff
 fn opt1(x: Option<u32>, y: Option<u32>, z: Option<u32>) -> u32 {