]> git.lizzy.rs Git - rust.git/blobdiff - src/test/mir-opt/retag.rs
Render const pointers in MIR more compactly
[rust.git] / src / test / mir-opt / retag.rs
index ccecaeac96b83daa95d6305b28d58cd8bc408062..1c88a9e4d5a32ab04c2e18d22d3c6ce4fc50390f 100644 (file)
@@ -113,8 +113,8 @@ fn main() {
 //     }
 // }
 // END rustc.main-{{closure}}.EraseRegions.after.mir
-// START rustc.ptr-real_drop_in_place.Test.SimplifyCfg-make_shim.after.mir
-// fn  std::ptr::real_drop_in_place(_1: &mut Test) -> () {
+// START rustc.ptr-drop_in_place.Test.SimplifyCfg-make_shim.after.mir
+// fn  std::intrinsics::drop_in_place(_1: *mut Test) -> () {
 //     ...
 //     bb0: {
 //         Retag([raw] _1);
@@ -126,4 +126,4 @@ fn main() {
 //         return;
 //     }
 // }
-// END rustc.ptr-real_drop_in_place.Test.SimplifyCfg-make_shim.after.mir
+// END rustc.ptr-drop_in_place.Test.SimplifyCfg-make_shim.after.mir