File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -113,8 +113,8 @@ fn main() {
113
113
// }
114
114
// }
115
115
// END rustc.main-{{closure}}.EraseRegions.after.mir
116
- // START rustc.ptr-real_drop_in_place .Test.SimplifyCfg-make_shim.after.mir
117
- // fn std::ptr::real_drop_in_place (_1: & mut Test) -> () {
116
+ // START rustc.ptr-drop_in_place .Test.SimplifyCfg-make_shim.after.mir
117
+ // fn std::intrinsics::drop_in_place (_1: * mut Test) -> () {
118
118
// ...
119
119
// bb0: {
120
120
// Retag([raw] _1);
@@ -126,4 +126,4 @@ fn main() {
126
126
// return;
127
127
// }
128
128
// }
129
- // END rustc.ptr-real_drop_in_place .Test.SimplifyCfg-make_shim.after.mir
129
+ // END rustc.ptr-drop_in_place .Test.SimplifyCfg-make_shim.after.mir
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ fn main() {
6
6
7
7
// END RUST SOURCE
8
8
9
- // START rustc.ptr-real_drop_in_place .[std__string__String].AddMovesForPackedDrops.before.mir
9
+ // START rustc.ptr-drop_in_place .[std__string__String].AddMovesForPackedDrops.before.mir
10
10
// let mut _2: usize;
11
11
// let mut _3: usize;
12
12
// let mut _4: usize;
@@ -87,4 +87,4 @@ fn main() {
87
87
// _3 = Len((*_1));
88
88
// switchInt(move _2) -> [0usize: bb8, otherwise: bb14];
89
89
// }
90
- // END rustc.ptr-real_drop_in_place .[std__string__String].AddMovesForPackedDrops.before.mir
90
+ // END rustc.ptr-drop_in_place .[std__string__String].AddMovesForPackedDrops.before.mir
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ fn main() {
45
45
// }
46
46
// END rustc.E-V-{{constant}}.mir_map.0.mir
47
47
48
- // START rustc.ptr-real_drop_in_place .std__vec__Vec_i32_.AddMovesForPackedDrops.before.mir
48
+ // START rustc.ptr-drop_in_place .std__vec__Vec_i32_.AddMovesForPackedDrops.before.mir
49
49
// bb0: {
50
50
// goto -> bb7;
51
51
// }
@@ -71,7 +71,7 @@ fn main() {
71
71
// _2 = &mut (*_1);
72
72
// _3 = const <std::vec::Vec<i32> as std::ops::Drop>::drop(move _2) -> [return: bb6, unwind: bb5];
73
73
// }
74
- // END rustc.ptr-real_drop_in_place .std__vec__Vec_i32_.AddMovesForPackedDrops.before.mir
74
+ // END rustc.ptr-drop_in_place .std__vec__Vec_i32_.AddMovesForPackedDrops.before.mir
75
75
76
76
// START rustc.Test-X-{{constructor}}.mir_map.0.mir
77
77
// fn Test::X(_1: usize) -> Test {
You can’t perform that action at this time.
0 commit comments