mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-18 05:52:05 +00:00
16 lines
294 B
YAML
16 lines
294 B
YAML
// MIR for `array` after built
|
|
|
|
fn array() -> [i32; 2] {
|
|
let mut _0: [i32; 2];
|
|
let mut _1: [i32; 2];
|
|
let mut _2: i32;
|
|
|
|
bb0: {
|
|
_1 = [const 42_i32, const 43_i32];
|
|
_2 = const 1_i32;
|
|
_1 = [copy _2, const 2_i32];
|
|
_0 = move _1;
|
|
return;
|
|
}
|
|
}
|