mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
10 lines
319 B
Rust
10 lines
319 B
Rust
// ignore-endian-big
|
|
// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
|
|
// ignore-debug MIR alignment checks in std alter the diff, breaking the test
|
|
// compile-flags: -Zmir-opt-level=4 -Zinline-mir-hint-threshold=200
|
|
|
|
// EMIT_MIR inline_into_box_place.main.Inline.diff
|
|
fn main() {
|
|
let _x: Box<Vec<u32>> = Box::new(Vec::new());
|
|
}
|