Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
lcnr committed Apr 18, 2023
1 parent ce28375 commit 2bf83aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/3417-dropck-eyepatch-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ When implicitly dropping a variable of type `T`, liveness requirements are compu
- If `T` does not have any drop glue, do not add any requirements.
- If `T` is a trait object, `T` has to be live.
- If `T` has an explicit `Drop` impl, require all generic argument to be live, unless
- they marked with `#[may_dangle]`:
- they are marked with `#[may_dangle]`:
- arguments for lifetime parameters marked `#[may_dangle]` and type parameters
marked `#[may_dangle(must_not_use)]` are ignored,
- we recurse into arguments for type parameters marked `#[may_dangle(droppable)]`.
Expand Down

0 comments on commit 2bf83aa

Please sign in to comment.