We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19c36a9 commit de82551Copy full SHA for de82551
tests/mir-opt/inline/inline_into_box_place.rs
@@ -1,10 +1,11 @@
1
-// skip-filecheck
2
// ignore-endian-big
3
// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
4
// ignore-debug MIR alignment checks in std alter the diff, breaking the test
5
// compile-flags: -Zmir-opt-level=4 -Zinline-mir-hint-threshold=200
6
7
// EMIT_MIR inline_into_box_place.main.Inline.diff
8
fn main() {
+ // CHECK-LABEL: fn main(
9
+ // CHECK: (inlined Box::<Vec<u32>>::new)
10
let _x: Box<Vec<u32>> = Box::new(Vec::new());
11
}
0 commit comments