File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ pub fn droppy() {
21
21
// regular function exit. We used to have problems with quadratic growths of drop calls in such
22
22
// functions.
23
23
// FIXME(eddyb) the `void @` forces a match on the instruction, instead of the
24
- // comment, that's `; call core::ptr::real_drop_in_place ::<drop::SomeUniqueName>`
24
+ // comment, that's `; call core::intrinsics::drop_in_place ::<drop::SomeUniqueName>`
25
25
// for the `v0` mangling, should switch to matching on that once `legacy` is gone.
26
26
// CHECK-NOT: invoke void @{{.*}}drop_in_place{{.*}}SomeUniqueName
27
27
// CHECK: call void @{{.*}}drop_in_place{{.*}}SomeUniqueName
Original file line number Diff line number Diff line change 1
1
// Dropck shouldn't hit a recursion limit from checking `S<u32>` since it has
2
2
// no free regions or type parameters.
3
- // Codegen however, has to error for the infinitely many `real_drop_in_place `
3
+ // Codegen however, has to error for the infinitely many `drop_in_place `
4
4
// functions it has been asked to create.
5
5
// build-fail
6
6
You can’t perform that action at this time.
0 commit comments