• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1- // MIR for `not_inlined_no_sanitize` before Inline
2+ // MIR for `not_inlined_no_sanitize` after Inline
3
4  fn not_inlined_no_sanitize() -> () {
5      let mut _0: ();
6      let _1: ();
7
8      bb0: {
9          StorageLive(_1);
10          _1 = no_sanitize() -> [return: bb1, unwind continue];
11      }
12
13      bb1: {
14          StorageDead(_1);
15          _0 = const ();
16          return;
17      }
18  }
19
20