We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38ba2c4 commit 946427bCopy full SHA for 946427b
doc/rust.md
@@ -2731,6 +2731,7 @@ The kinds are:
2731
: This kind includes all types that can be copied. All types with
2732
sendable kind are copyable, as are managed boxes, managed closures,
2733
trait types, and structural types built out of these.
2734
+ Types with destructors (types that implement `Drop`) can not implement `Copy`.
2735
_Default_
2736
: Types with destructors, closure environments,
2737
and various other _non-first-class_ types,
0 commit comments