]> git.lizzy.rs Git - rust.git/blob - src/test/mir-opt/issue_72181.bar.built.after.mir
Rollup merge of #103694 - WaffleLapkin:mask_doc_example, r=scottmcm
[rust.git] / src / test / mir-opt / issue_72181.bar.built.after.mir
1 // MIR for `bar` after built
2
3 fn bar(_1: [(Never, u32); 1]) -> u32 {
4     let mut _0: u32;                     // return place in scope 0 at $DIR/issue_72181.rs:+0:40: +0:43
5     let _2: u32;                         // in scope 0 at $DIR/issue_72181.rs:+0:13: +0:14
6     scope 1 {
7         debug x => _2;                   // in scope 1 at $DIR/issue_72181.rs:+0:13: +0:14
8     }
9
10     bb0: {
11         StorageLive(_2);                 // scope 0 at $DIR/issue_72181.rs:+0:13: +0:14
12         _2 = (_1[0 of 1].1: u32);        // scope 0 at $DIR/issue_72181.rs:+0:13: +0:14
13         _0 = _2;                         // scope 1 at $DIR/issue_72181.rs:+0:46: +0:47
14         StorageDead(_2);                 // scope 0 at $DIR/issue_72181.rs:+0:48: +0:49
15         return;                          // scope 0 at $DIR/issue_72181.rs:+0:49: +0:49
16     }
17 }