Skip to content

Commit de82551

Browse files
committed
FileCheck inline_into_box_place
1 parent 19c36a9 commit de82551

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
// skip-filecheck
21
// ignore-endian-big
32
// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
43
// ignore-debug MIR alignment checks in std alter the diff, breaking the test
54
// compile-flags: -Zmir-opt-level=4 -Zinline-mir-hint-threshold=200
65

76
// EMIT_MIR inline_into_box_place.main.Inline.diff
87
fn main() {
8+
// CHECK-LABEL: fn main(
9+
// CHECK: (inlined Box::<Vec<u32>>::new)
910
let _x: Box<Vec<u32>> = Box::new(Vec::new());
1011
}

0 commit comments

Comments
 (0)