|
11 | 11 | + scope 1 (inlined std::ptr::drop_in_place::<Vec<A>> - shim(Some(Vec<A>))) {
|
12 | 12 | + let mut _6: &mut std::vec::Vec<A>;
|
13 | 13 | + let mut _7: ();
|
| 14 | ++ scope 2 (inlined <Vec<A> as Drop>::drop) { |
| 15 | ++ let mut _8: *mut [A]; |
| 16 | ++ let mut _9: *mut A; |
| 17 | ++ let mut _10: usize; |
| 18 | ++ scope 3 (inlined Vec::<A>::as_mut_ptr) { |
| 19 | ++ let mut _11: &alloc::raw_vec::RawVec<A>; |
| 20 | ++ scope 4 (inlined alloc::raw_vec::RawVec::<A>::ptr) { |
| 21 | ++ let mut _13: std::ptr::NonNull<A>; |
| 22 | ++ scope 5 (inlined Unique::<A>::as_ptr) { |
| 23 | ++ scope 6 (inlined NonNull::<A>::as_ptr) { |
| 24 | ++ let mut _12: *const A; |
| 25 | ++ } |
| 26 | ++ } |
| 27 | ++ } |
| 28 | ++ } |
| 29 | ++ scope 7 (inlined slice_from_raw_parts_mut::<A>) { |
| 30 | ++ } |
| 31 | ++ } |
14 | 32 | + }
|
15 |
| -+ scope 2 (inlined std::ptr::drop_in_place::<Option<B>> - shim(Some(Option<B>))) { |
16 |
| -+ let mut _8: isize; |
17 |
| -+ let mut _9: isize; |
| 33 | ++ scope 8 (inlined std::ptr::drop_in_place::<Option<B>> - shim(Some(Option<B>))) { |
| 34 | ++ let mut _14: isize; |
| 35 | ++ let mut _15: isize; |
18 | 36 | + }
|
19 | 37 |
|
20 | 38 | bb0: {
|
|
25 | 43 | + StorageLive(_6);
|
26 | 44 | + StorageLive(_7);
|
27 | 45 | + _6 = &mut (*_4);
|
28 |
| -+ _7 = <Vec<A> as Drop>::drop(move _6) -> [return: bb2, unwind unreachable]; |
| 46 | ++ StorageLive(_8); |
| 47 | ++ StorageLive(_9); |
| 48 | ++ StorageLive(_11); |
| 49 | ++ _11 = &((*_6).0: alloc::raw_vec::RawVec<A>); |
| 50 | ++ StorageLive(_13); |
| 51 | ++ _13 = ((((*_6).0: alloc::raw_vec::RawVec<A>).0: std::ptr::Unique<A>).0: std::ptr::NonNull<A>); |
| 52 | ++ StorageLive(_12); |
| 53 | ++ _12 = (_13.0: *const A); |
| 54 | ++ _9 = move _12 as *mut A (PtrToPtr); |
| 55 | ++ StorageDead(_12); |
| 56 | ++ StorageDead(_13); |
| 57 | ++ StorageDead(_11); |
| 58 | ++ StorageLive(_10); |
| 59 | ++ _10 = ((*_6).1: usize); |
| 60 | ++ _8 = *mut [A] from (_9, _10); |
| 61 | ++ StorageDead(_10); |
| 62 | ++ StorageDead(_9); |
| 63 | ++ _7 = std::ptr::drop_in_place::<[A]>(move _8) -> [return: bb2, unwind unreachable]; |
29 | 64 | }
|
30 | 65 |
|
31 | 66 | bb1: {
|
|
36 | 71 | StorageLive(_5);
|
37 | 72 | _5 = _2;
|
38 | 73 | - _0 = std::ptr::drop_in_place::<Option<B>>(move _5) -> [return: bb2, unwind unreachable];
|
39 |
| -+ StorageLive(_8); |
40 |
| -+ StorageLive(_9); |
41 |
| -+ _8 = discriminant((*_5)); |
42 |
| -+ switchInt(move _8) -> [0: bb3, otherwise: bb4]; |
| 74 | ++ StorageLive(_14); |
| 75 | ++ StorageLive(_15); |
| 76 | ++ _14 = discriminant((*_5)); |
| 77 | ++ switchInt(move _14) -> [0: bb3, otherwise: bb4]; |
43 | 78 | }
|
44 | 79 |
|
45 | 80 | bb2: {
|
| 81 | ++ StorageDead(_8); |
46 | 82 | + drop(((*_4).0: alloc::raw_vec::RawVec<A>)) -> [return: bb1, unwind unreachable];
|
47 | 83 | + }
|
48 | 84 | +
|
49 | 85 | + bb3: {
|
50 |
| -+ StorageDead(_9); |
51 |
| -+ StorageDead(_8); |
| 86 | ++ StorageDead(_15); |
| 87 | ++ StorageDead(_14); |
52 | 88 | StorageDead(_5);
|
53 | 89 | return;
|
54 | 90 | + }
|
|
0 commit comments