Skip to content

Commit

Permalink
Update text/3417-dropck-eyepatch-v3.md
Browse files Browse the repository at this point in the history
Co-authored-by: Bennet Bleßmann <bennet.blessmann+github@googlemail.com>
  • Loading branch information
lcnr and Skgland authored Apr 18, 2023
1 parent 2bf83aa commit 9b3295c
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 @@ -7,7 +7,7 @@
[summary]: #summary

Cleanup the rules for implicit drops by adding an argument for `#[may_dangle]` on type
parameters: `#[may_dangle(can_drop)]` and `#[may_dangle(must_not_use)]`. Change `PhantomData`
parameters: `#[may_dangle(droppable)]` and `#[may_dangle(must_not_use)]`. Change `PhantomData`
to get completely ignored by dropck as its current behavior is confusing and inconsistent.

# Motivation
Expand Down

0 comments on commit 9b3295c

Please sign in to comment.