about summary refs log tree commit diff
path: root/src/test/codegen
diff options
context:
space:
mode:
authorbstrie <865233+bstrie@users.noreply.github.com>2021-02-14 16:42:38 -0500
committerbstrie <865233+bstrie@users.noreply.github.com>2021-03-09 19:09:20 -0500
commit49aa79ec11fe40c67e160d9663addb7a0b7151f9 (patch)
treed48b6e4375324e66fc773d22d63be589430eabba /src/test/codegen
parent3a5d45f68cadc8fff4fbb557780f92b403b19c19 (diff)
downloadrust-49aa79ec11fe40c67e160d9663addb7a0b7151f9.tar.gz
rust-49aa79ec11fe40c67e160d9663addb7a0b7151f9.zip
Deprecate items that accidentally weren't deprecated
Fixes #82080
Diffstat (limited to 'src/test/codegen')
-rw-r--r--src/test/codegen/drop.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/codegen/drop.rs b/src/test/codegen/drop.rs
index 99a791464ab..b35d5c83552 100644
--- a/src/test/codegen/drop.rs
+++ b/src/test/codegen/drop.rs
@@ -21,7 +21,7 @@ pub fn droppy() {
 // regular function exit. We used to have problems with quadratic growths of drop calls in such
 // functions.
 // FIXME(eddyb) the `void @` forces a match on the instruction, instead of the
-// comment, that's `; call core::intrinsics::drop_in_place::<drop::SomeUniqueName>`
+// comment, that's `; call core::ptr::drop_in_place::<drop::SomeUniqueName>`
 // for the `v0` mangling, should switch to matching on that once `legacy` is gone.
 // CHECK-NOT: call void @{{.*}}drop_in_place{{.*}}SomeUniqueName
 // CHECK: invoke void @{{.*}}drop_in_place{{.*}}SomeUniqueName