Skip to content

Commit 7377782

Browse files
committed
mention real_drop_in_place
1 parent c78ef60 commit 7377782

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wip/stacked-borrows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ pub enum RetagKind {
106106

107107
* A `Default` retag happens on the return value of every function that gets called (i.e., this is the first statement in the basic block that the call will return to).
108108

109-
* The automatically generated drop shims perform a `Raw` retag of their argument because they use it as a raw pointer.
109+
* The automatically generated drop shims (generated as the body of `ptr::real_drop_in_place`) perform a `Raw` retag of their argument because they use it as a raw pointer.
110110

111111
## Operational semantics
112112

0 commit comments

Comments
 (0)