]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/mir/issue-66851.rs
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / ui / mir / issue-66851.rs
index 72d62a30a337a8a83b100a8267c6979422fc58d7..878ad4e475a1e136d53dffd2c47190d37fe6c2d3 100644 (file)
@@ -2,7 +2,7 @@
 // did not check that the types matched up in the `Ok(r)` branch.
 //
 // run-pass
-// compile-flags: -Zmir-opt-level=2
+// compile-flags: -Zmir-opt-level=3
 
 #[derive(Debug, PartialEq, Eq)]
 enum SpecialsRes { Res(u64) }