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 4675022 commit d4509f2Copy full SHA for d4509f2
doc/tutorial.md
@@ -982,7 +982,9 @@ when it is collected.
982
983
If an object doesn't contain garbage-collected boxes, it consists of a single
984
ownership tree and is given the `Owned` trait which allows it to be sent
985
-between tasks.
+between tasks. Custom destructors can only be implemented directly on types
986
+that are `Owned`, but garbage-collected boxes can still *contain* types with
987
+custom destructors.
988
989
# Boxes
990
0 commit comments