rust/tests/mir-opt/issue_72181.bar.built.after.mir

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
287 B
Rust
Raw Normal View History

// MIR for `bar` after built
fn bar(_1: [(Never, u32); 1]) -> u32 {
2023-06-06 13:47:00 +00:00
let mut _0: u32;
let _2: u32;
scope 1 {
2023-06-06 13:47:00 +00:00
debug x => _2;
}
bb0: {
2023-06-06 13:47:00 +00:00
StorageLive(_2);
_2 = (_1[0 of 1].1: u32);
_0 = _2;
StorageDead(_2);
return;
}
}