Skip to content

Commit 3ba15bd

Browse files
committed
Set mir-opt-level to 3 to prevent regressions
1 parent 27a810c commit 3ba15bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/mir-opt/inline/inline-into-box-place.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// ignore-tidy-linelength
22
// ignore-wasm32-bare compiled with panic=abort by default
3+
// compile-flags: -Z mir-opt-level=3
34
#![feature(box_syntax)]
45

56
fn main() {

0 commit comments

Comments
 (0)