]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/consts/issue-66345.rs
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / test / ui / consts / issue-66345.rs
index 7d0de73007c8c81b6dfbc44665073a4317345d17..4971d96476f4304345cb595e8210aee8d116edd0 100644 (file)
@@ -1,8 +1,8 @@
 // run-pass
-// compile-flags: -Z mir-opt-level=3
+// compile-flags: -Z mir-opt-level=4
 
 // Checks that the compiler does not ICE when passing references to field of by-value struct
-// with -Z mir-opt-level=3
+// with -Z mir-opt-level=4
 
 fn do_nothing(_: &()) {}