2020-07-31 12:58:37 +01:00
|
|
|
// ignore-endian-big
|
2019-12-15 14:07:30 -05:00
|
|
|
// ignore-wasm32-bare compiled with panic=abort by default
|
2022-11-10 11:37:28 -05:00
|
|
|
// ignore-debug MIR alignment checks in std alter the diff, breaking the test
|
2021-03-04 10:21:13 -03:00
|
|
|
// compile-flags: -Z mir-opt-level=4
|
2022-09-04 22:35:47 -07:00
|
|
|
|
2020-07-27 21:22:43 +02:00
|
|
|
// EMIT_MIR inline_into_box_place.main.Inline.diff
|
2019-12-15 14:07:30 -05:00
|
|
|
fn main() {
|
2023-02-27 13:07:44 +00:00
|
|
|
let _x: Box<Vec<u32>> = Box::new(Vec::new());
|
2019-12-15 14:07:30 -05:00
|
|
|
}
|