Skip to content

Commit 9b3295c

Browse files
lcnrSkgland
andauthored
Update text/3417-dropck-eyepatch-v3.md
Co-authored-by: Bennet Bleßmann <[email protected]>
1 parent 2bf83aa commit 9b3295c

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
@@ -7,7 +7,7 @@
77
[summary]: #summary
88

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

1313
# Motivation

0 commit comments

Comments
 (0)