diff options
| author | bstrie <865233+bstrie@users.noreply.github.com> | 2021-02-14 16:42:38 -0500 |
|---|---|---|
| committer | bstrie <865233+bstrie@users.noreply.github.com> | 2021-03-09 19:09:20 -0500 |
| commit | 49aa79ec11fe40c67e160d9663addb7a0b7151f9 (patch) | |
| tree | d48b6e4375324e66fc773d22d63be589430eabba /src/test/codegen | |
| parent | 3a5d45f68cadc8fff4fbb557780f92b403b19c19 (diff) | |
| download | rust-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.rs | 2 |
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 |
