Skip to content

Commit 2bf83aa

Browse files
committed
w
1 parent ce28375 commit 2bf83aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3417-dropck-eyepatch-v3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ When implicitly dropping a variable of type `T`, liveness requirements are compu
152152
- If `T` does not have any drop glue, do not add any requirements.
153153
- If `T` is a trait object, `T` has to be live.
154154
- If `T` has an explicit `Drop` impl, require all generic argument to be live, unless
155-
- they marked with `#[may_dangle]`:
155+
- they are marked with `#[may_dangle]`:
156156
- arguments for lifetime parameters marked `#[may_dangle]` and type parameters
157157
marked `#[may_dangle(must_not_use)]` are ignored,
158158
- we recurse into arguments for type parameters marked `#[may_dangle(droppable)]`.

0 commit comments

Comments
 (0)