You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: wip/stacked-borrows.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -106,7 +106,7 @@ pub enum RetagKind {
106
106
107
107
* 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).
108
108
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.
0 commit comments