rust/tests/mir-opt/building/custom/debuginfo.structured.built.after.mir

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

11 lines
150 B
Rust
Raw Permalink Normal View History

2023-08-19 04:01:16 -05:00
// MIR for `structured` after built
fn structured(_1: S) -> () {
debug x => (_1.0: f32);
let mut _0: ();
bb0: {
return;
}
}