@@ -70,11 +70,11 @@ fn query() -> bool { true }
70
70
// StorageLive(_3);
71
71
// StorageLive(_4);
72
72
// _4 = std::option::Option<&'35_0rs S<'35_0rs>>::None;
73
- // _3 = const <std::cell::Cell<T>>::new(_4) -> bb2;
73
+ // _3 = const <std::cell::Cell<T>>::new(move _4) -> bb2;
74
74
// }
75
75
// bb2: {
76
76
// StorageDead(_4);
77
- // _2 = S<'35_0rs> { r: _3 };
77
+ // _2 = S<'35_0rs> { r: move _3 };
78
78
// StorageDead(_3);
79
79
// StorageLive(_6);
80
80
// _6 = &'16s (_2.0: std::cell::Cell<std::option::Option<&'35_0rs S<'35_0rs>>>);
@@ -83,9 +83,9 @@ fn query() -> bool { true }
83
83
// StorageLive(_9);
84
84
// _9 = &'35_0rs _2;
85
85
// _8 = &'35_0rs (*_9);
86
- // _7 = std::option::Option<&'35_0rs S<'35_0rs>>::Some(_8,);
86
+ // _7 = std::option::Option<&'35_0rs S<'35_0rs>>::Some(move _8,);
87
87
// StorageDead(_8);
88
- // _5 = const <std::cell::Cell<T>>::set(_6, _7) -> bb3;
88
+ // _5 = const <std::cell::Cell<T>>::set(move _6, move _7) -> bb3;
89
89
// }
90
90
// bb3: {
91
91
// EndRegion('16s);
@@ -96,7 +96,7 @@ fn query() -> bool { true }
96
96
// _11 = const query() -> bb4;
97
97
// }
98
98
// bb4: {
99
- // switchInt(_11) -> [0u8: bb6, otherwise: bb5];
99
+ // switchInt(move _11) -> [0u8: bb6, otherwise: bb5];
100
100
// }
101
101
// bb5: {
102
102
// _0 = ();
@@ -115,9 +115,9 @@ fn query() -> bool { true }
115
115
// StorageLive(_17);
116
116
// _17 = &'35_0rs _2;
117
117
// _16 = &'35_0rs (*_17);
118
- // _15 = std::option::Option<&'35_0rs S<'35_0rs>>::Some(_16,);
118
+ // _15 = std::option::Option<&'35_0rs S<'35_0rs>>::Some(move _16,);
119
119
// StorageDead(_16);
120
- // _13 = const <std::cell::Cell<T>>::set(_14, _15 ) -> bb7;
120
+ // _13 = const <std::cell::Cell<T>>::set(move _14, move_15 ) -> bb7;
121
121
// }
122
122
// bb7: {
123
123
// EndRegion('33s);
0 commit comments