mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-29 06:53:04 +00:00
20 lines
403 B
Diff
20 lines
403 B
Diff
- // MIR for `not_inlined_no_sanitize` before Inline
|
|
+ // MIR for `not_inlined_no_sanitize` after Inline
|
|
|
|
fn not_inlined_no_sanitize() -> () {
|
|
let mut _0: ();
|
|
let _1: ();
|
|
|
|
bb0: {
|
|
StorageLive(_1);
|
|
_1 = no_sanitize() -> [return: bb1, unwind continue];
|
|
}
|
|
|
|
bb1: {
|
|
StorageDead(_1);
|
|
_0 = const ();
|
|
return;
|
|
}
|
|
}
|
|
|