We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bf83aa commit 9b3295cCopy full SHA for 9b3295c
text/3417-dropck-eyepatch-v3.md
@@ -7,7 +7,7 @@
7
[summary]: #summary
8
9
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`
+parameters: `#[may_dangle(droppable)]` and `#[may_dangle(must_not_use)]`. Change `PhantomData`
11
to get completely ignored by dropck as its current behavior is confusing and inconsistent.
12
13
# Motivation
0 commit comments