blob: bcdbd6e33140f68e53d5fc421ea28c1aa75c40b9 [file] [log] [blame]
- // MIR for `not_inlined_target_feature` before Inline
+ // MIR for `not_inlined_target_feature` after Inline
fn not_inlined_target_feature() -> () {
let mut _0: ();
let _1: ();
bb0: {
StorageLive(_1);
_1 = target_feature() -> [return: bb1, unwind continue];
}
bb1: {
StorageDead(_1);
_0 = const ();
return;
}
}