Skip to content

Commit 438c40d

Browse files
removed mir-opt-level
1 parent fe5699d commit 438c40d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/codegen/issues/issue-112169-long-iterator-unroll.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//@ compile-flags: -O -Z mir-opt-level=4
1+
//@ compile-flags: -O
22
#![crate_type = "lib"]
33

44
// Test that simple iterator-based loops of length > 101 are fully optimized away.

0 commit comments

Comments
 (0)