]> git.lizzy.rs Git - rust.git/blobdiff - src/test/codegen-units/partitioning/vtable-through-const.rs
Deprecate items that accidentally weren't deprecated
[rust.git] / src / test / codegen-units / partitioning / vtable-through-const.rs
index 03dbac6179d7c5abc72e29216670def34a6d24d9..8028c4f5f0ba16518b65f2661a97dffe5ec0ae85 100644 (file)
@@ -66,7 +66,7 @@ fn do_something_else(&self, x: T) -> T { x }
 //~ MONO_ITEM fn start
 #[start]
 fn start(_: isize, _: *const *const u8) -> isize {
-    //~ MONO_ITEM fn std::intrinsics::drop_in_place::<u32> - shim(None) @@ vtable_through_const[Internal]
+    //~ MONO_ITEM fn std::ptr::drop_in_place::<u32> - shim(None) @@ vtable_through_const[Internal]
 
     // Since Trait1::do_something() is instantiated via its default implementation,
     // it is considered a generic and is instantiated here only because it is