|
8 | 8 | let mut _6: u8; // in scope 0 at $DIR/const_debuginfo.rs:+4:15: +4:16 |
9 | 9 | let mut _7: u8; // in scope 0 at $DIR/const_debuginfo.rs:+4:19: +4:20 |
10 | 10 | let mut _8: u8; // in scope 0 at $DIR/const_debuginfo.rs:+4:23: +4:24 |
11 | | - let mut _14: u32; // in scope 0 at $DIR/const_debuginfo.rs:+13:13: +13:16 |
12 | | - let mut _15: u32; // in scope 0 at $DIR/const_debuginfo.rs:+13:19: +13:22 |
| 11 | + let mut _12: u32; // in scope 0 at $DIR/const_debuginfo.rs:+13:13: +13:16 |
| 12 | + let mut _13: u32; // in scope 0 at $DIR/const_debuginfo.rs:+13:19: +13:22 |
13 | 13 | scope 1 { |
14 | 14 | - debug x => _1; // in scope 1 at $DIR/const_debuginfo.rs:+1:9: +1:10 |
15 | 15 | + debug x => const 1_u8; // in scope 1 at $DIR/const_debuginfo.rs:+1:9: +1:10 |
|
29 | 29 | scope 5 { |
30 | 30 | - debug s => _9; // in scope 5 at $DIR/const_debuginfo.rs:+6:9: +6:10 |
31 | 31 | + debug s => const "hello, world!"; // in scope 5 at $DIR/const_debuginfo.rs:+6:9: +6:10 |
32 | | - let _10: (bool, bool, u32); // in scope 5 at $DIR/const_debuginfo.rs:+8:9: +8:10 |
33 | | - let _16: bool; // in scope 5 at $DIR/const_debuginfo.rs:+8:9: +8:10 |
34 | | - let _17: bool; // in scope 5 at $DIR/const_debuginfo.rs:+8:9: +8:10 |
35 | | - let _18: u32; // in scope 5 at $DIR/const_debuginfo.rs:+8:9: +8:10 |
| 32 | + let _14: bool; // in scope 5 at $DIR/const_debuginfo.rs:+8:9: +8:10 |
| 33 | + let _15: bool; // in scope 5 at $DIR/const_debuginfo.rs:+8:9: +8:10 |
| 34 | + let _16: u32; // in scope 5 at $DIR/const_debuginfo.rs:+8:9: +8:10 |
36 | 35 | scope 6 { |
37 | | - debug f => (bool, bool, u32){ .0 => _16, .1 => _17, .2 => _18, }; // in scope 6 at $DIR/const_debuginfo.rs:+8:9: +8:10 |
38 | | - let _11: std::option::Option<u16>; // in scope 6 at $DIR/const_debuginfo.rs:+10:9: +10:10 |
| 36 | + debug f => (bool, bool, u32){ .0 => _14, .1 => _15, .2 => _16, }; // in scope 6 at $DIR/const_debuginfo.rs:+8:9: +8:10 |
| 37 | + let _10: std::option::Option<u16>; // in scope 6 at $DIR/const_debuginfo.rs:+10:9: +10:10 |
39 | 38 | scope 7 { |
40 | | - debug o => _11; // in scope 7 at $DIR/const_debuginfo.rs:+10:9: +10:10 |
41 | | - let _12: Point; // in scope 7 at $DIR/const_debuginfo.rs:+12:9: +12:10 |
42 | | - let _19: u32; // in scope 7 at $DIR/const_debuginfo.rs:+12:9: +12:10 |
43 | | - let _20: u32; // in scope 7 at $DIR/const_debuginfo.rs:+12:9: +12:10 |
| 39 | + debug o => _10; // in scope 7 at $DIR/const_debuginfo.rs:+10:9: +10:10 |
| 40 | + let _17: u32; // in scope 7 at $DIR/const_debuginfo.rs:+12:9: +12:10 |
| 41 | + let _18: u32; // in scope 7 at $DIR/const_debuginfo.rs:+12:9: +12:10 |
44 | 42 | scope 8 { |
45 | | - debug p => Point{ .0 => _19, .1 => _20, }; // in scope 8 at $DIR/const_debuginfo.rs:+12:9: +12:10 |
46 | | - let _13: u32; // in scope 8 at $DIR/const_debuginfo.rs:+13:9: +13:10 |
| 43 | + debug p => Point{ .0 => _17, .1 => _18, }; // in scope 8 at $DIR/const_debuginfo.rs:+12:9: +12:10 |
| 44 | + let _11: u32; // in scope 8 at $DIR/const_debuginfo.rs:+13:9: +13:10 |
47 | 45 | scope 9 { |
48 | | -- debug a => _13; // in scope 9 at $DIR/const_debuginfo.rs:+13:9: +13:10 |
| 46 | +- debug a => _11; // in scope 9 at $DIR/const_debuginfo.rs:+13:9: +13:10 |
49 | 47 | + debug a => const 64_u32; // in scope 9 at $DIR/const_debuginfo.rs:+13:9: +13:10 |
50 | 48 | } |
51 | 49 | } |
|
83 | 81 | // mir::Constant |
84 | 82 | // + span: $DIR/const_debuginfo.rs:14:13: 14:28 |
85 | 83 | // + literal: Const { ty: &str, val: Value(Slice(..)) } |
| 84 | + StorageLive(_14); // scope 5 at $DIR/const_debuginfo.rs:+8:9: +8:10 |
| 85 | + StorageLive(_15); // scope 5 at $DIR/const_debuginfo.rs:+8:9: +8:10 |
86 | 86 | StorageLive(_16); // scope 5 at $DIR/const_debuginfo.rs:+8:9: +8:10 |
87 | | - StorageLive(_17); // scope 5 at $DIR/const_debuginfo.rs:+8:9: +8:10 |
88 | | - StorageLive(_18); // scope 5 at $DIR/const_debuginfo.rs:+8:9: +8:10 |
| 87 | + Deinit(_14); // scope 5 at $DIR/const_debuginfo.rs:+8:13: +8:34 |
| 88 | + Deinit(_15); // scope 5 at $DIR/const_debuginfo.rs:+8:13: +8:34 |
89 | 89 | Deinit(_16); // scope 5 at $DIR/const_debuginfo.rs:+8:13: +8:34 |
90 | | - Deinit(_17); // scope 5 at $DIR/const_debuginfo.rs:+8:13: +8:34 |
91 | | - Deinit(_18); // scope 5 at $DIR/const_debuginfo.rs:+8:13: +8:34 |
92 | | - _16 = const true; // scope 5 at $DIR/const_debuginfo.rs:+8:13: +8:34 |
93 | | - _17 = const false; // scope 5 at $DIR/const_debuginfo.rs:+8:13: +8:34 |
94 | | - _18 = const 123_u32; // scope 5 at $DIR/const_debuginfo.rs:+8:13: +8:34 |
95 | | - StorageLive(_11); // scope 6 at $DIR/const_debuginfo.rs:+10:9: +10:10 |
96 | | - Deinit(_11); // scope 6 at $DIR/const_debuginfo.rs:+10:13: +10:24 |
97 | | - ((_11 as Some).0: u16) = const 99_u16; // scope 6 at $DIR/const_debuginfo.rs:+10:13: +10:24 |
98 | | - discriminant(_11) = 1; // scope 6 at $DIR/const_debuginfo.rs:+10:13: +10:24 |
99 | | - StorageLive(_19); // scope 7 at $DIR/const_debuginfo.rs:+12:9: +12:10 |
100 | | - StorageLive(_20); // scope 7 at $DIR/const_debuginfo.rs:+12:9: +12:10 |
101 | | - Deinit(_19); // scope 7 at $DIR/const_debuginfo.rs:+12:13: +12:35 |
102 | | - Deinit(_20); // scope 7 at $DIR/const_debuginfo.rs:+12:13: +12:35 |
103 | | - _19 = const 32_u32; // scope 7 at $DIR/const_debuginfo.rs:+12:13: +12:35 |
104 | | - _20 = const 32_u32; // scope 7 at $DIR/const_debuginfo.rs:+12:13: +12:35 |
105 | | - StorageLive(_13); // scope 8 at $DIR/const_debuginfo.rs:+13:9: +13:10 |
106 | | - StorageLive(_14); // scope 8 at $DIR/const_debuginfo.rs:+13:13: +13:16 |
107 | | - _14 = const 32_u32; // scope 8 at $DIR/const_debuginfo.rs:+13:13: +13:16 |
108 | | - StorageLive(_15); // scope 8 at $DIR/const_debuginfo.rs:+13:19: +13:22 |
109 | | - _15 = const 32_u32; // scope 8 at $DIR/const_debuginfo.rs:+13:19: +13:22 |
110 | | - _13 = const 64_u32; // scope 8 at $DIR/const_debuginfo.rs:+13:13: +13:22 |
111 | | - StorageDead(_15); // scope 8 at $DIR/const_debuginfo.rs:+13:21: +13:22 |
112 | | - StorageDead(_14); // scope 8 at $DIR/const_debuginfo.rs:+13:21: +13:22 |
| 90 | + _14 = const true; // scope 5 at $DIR/const_debuginfo.rs:+8:13: +8:34 |
| 91 | + _15 = const false; // scope 5 at $DIR/const_debuginfo.rs:+8:13: +8:34 |
| 92 | + _16 = const 123_u32; // scope 5 at $DIR/const_debuginfo.rs:+8:13: +8:34 |
| 93 | + StorageLive(_10); // scope 6 at $DIR/const_debuginfo.rs:+10:9: +10:10 |
| 94 | + Deinit(_10); // scope 6 at $DIR/const_debuginfo.rs:+10:13: +10:24 |
| 95 | + ((_10 as Some).0: u16) = const 99_u16; // scope 6 at $DIR/const_debuginfo.rs:+10:13: +10:24 |
| 96 | + discriminant(_10) = 1; // scope 6 at $DIR/const_debuginfo.rs:+10:13: +10:24 |
| 97 | + StorageLive(_17); // scope 7 at $DIR/const_debuginfo.rs:+12:9: +12:10 |
| 98 | + StorageLive(_18); // scope 7 at $DIR/const_debuginfo.rs:+12:9: +12:10 |
| 99 | + Deinit(_17); // scope 7 at $DIR/const_debuginfo.rs:+12:13: +12:35 |
| 100 | + Deinit(_18); // scope 7 at $DIR/const_debuginfo.rs:+12:13: +12:35 |
| 101 | + _17 = const 32_u32; // scope 7 at $DIR/const_debuginfo.rs:+12:13: +12:35 |
| 102 | + _18 = const 32_u32; // scope 7 at $DIR/const_debuginfo.rs:+12:13: +12:35 |
| 103 | + StorageLive(_11); // scope 8 at $DIR/const_debuginfo.rs:+13:9: +13:10 |
| 104 | + StorageLive(_12); // scope 8 at $DIR/const_debuginfo.rs:+13:13: +13:16 |
| 105 | + _12 = const 32_u32; // scope 8 at $DIR/const_debuginfo.rs:+13:13: +13:16 |
| 106 | + StorageLive(_13); // scope 8 at $DIR/const_debuginfo.rs:+13:19: +13:22 |
| 107 | + _13 = const 32_u32; // scope 8 at $DIR/const_debuginfo.rs:+13:19: +13:22 |
| 108 | + _11 = const 64_u32; // scope 8 at $DIR/const_debuginfo.rs:+13:13: +13:22 |
| 109 | + StorageDead(_13); // scope 8 at $DIR/const_debuginfo.rs:+13:21: +13:22 |
| 110 | + StorageDead(_12); // scope 8 at $DIR/const_debuginfo.rs:+13:21: +13:22 |
113 | 111 | nop; // scope 0 at $DIR/const_debuginfo.rs:+0:11: +14:2 |
114 | | - StorageDead(_13); // scope 8 at $DIR/const_debuginfo.rs:+14:1: +14:2 |
115 | | - StorageDead(_19); // scope 7 at $DIR/const_debuginfo.rs:+14:1: +14:2 |
116 | | - StorageDead(_20); // scope 7 at $DIR/const_debuginfo.rs:+14:1: +14:2 |
117 | | - StorageDead(_11); // scope 6 at $DIR/const_debuginfo.rs:+14:1: +14:2 |
| 112 | + StorageDead(_11); // scope 8 at $DIR/const_debuginfo.rs:+14:1: +14:2 |
| 113 | + StorageDead(_17); // scope 7 at $DIR/const_debuginfo.rs:+14:1: +14:2 |
| 114 | + StorageDead(_18); // scope 7 at $DIR/const_debuginfo.rs:+14:1: +14:2 |
| 115 | + StorageDead(_10); // scope 6 at $DIR/const_debuginfo.rs:+14:1: +14:2 |
| 116 | + StorageDead(_14); // scope 5 at $DIR/const_debuginfo.rs:+14:1: +14:2 |
| 117 | + StorageDead(_15); // scope 5 at $DIR/const_debuginfo.rs:+14:1: +14:2 |
118 | 118 | StorageDead(_16); // scope 5 at $DIR/const_debuginfo.rs:+14:1: +14:2 |
119 | | - StorageDead(_17); // scope 5 at $DIR/const_debuginfo.rs:+14:1: +14:2 |
120 | | - StorageDead(_18); // scope 5 at $DIR/const_debuginfo.rs:+14:1: +14:2 |
121 | 119 | StorageDead(_9); // scope 4 at $DIR/const_debuginfo.rs:+14:1: +14:2 |
122 | 120 | StorageDead(_4); // scope 3 at $DIR/const_debuginfo.rs:+14:1: +14:2 |
123 | 121 | StorageDead(_3); // scope 2 at $DIR/const_debuginfo.rs:+14:1: +14:2 |
|
0 commit comments