Skip to content

Commit 67af9f7

Browse files
authored
Update const.md
1 parent 5cdaba6 commit 67af9f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

const.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ ecosystem that would break if we just started enforcing this now. See
6161

6262
### `Drop`
6363

64-
Values of types that manually implement `Drop` (or contain fields/variants that do),
64+
Values of "needs drop" types
6565
can only be used as the final initialization value of a `const` or `static` item.
6666
They may not be used as intermediate values that would be dropped before the item
6767
were initialized. As an example:

0 commit comments

Comments
 (0)