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 5cdaba6 commit 67af9f7Copy full SHA for 67af9f7
const.md
@@ -61,7 +61,7 @@ ecosystem that would break if we just started enforcing this now. See
61
62
### `Drop`
63
64
-Values of types that manually implement `Drop` (or contain fields/variants that do),
+Values of "needs drop" types
65
can only be used as the final initialization value of a `const` or `static` item.
66
They may not be used as intermediate values that would be dropped before the item
67
were initialized. As an example:
0 commit comments