Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 28463aa

Browse files
committed
Ensure that closure call is not removed by MIR optimizations in a test
1 parent 899d9b9 commit 28463aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/codegen/internalize-closures.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// compile-flags: -C no-prepopulate-passes
1+
// compile-flags: -C no-prepopulate-passes -Zmir-opt-level=0
22

33
pub fn main() {
44

0 commit comments

Comments
 (0)