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 ba3388d commit da973deCopy full SHA for da973de
src/dropck.md
@@ -70,7 +70,7 @@ the compiler can't sufficiently reason about the actual destruction order
70
of the contents of any type that implements Drop.
71
-->
72
73
-タプルや構造体といった組み込み複合体のフィールドに、デストラクションの順番を
+タプルや構造体といった組み込みの複合体のフィールドに、デストラクションの順番を
74
定めることは*出来ました*。しかし、 Vec のようなものの場合どうでしょうか? Vec は
75
純粋なライブラリのコードを通してその要素を手動でドロップする必要があります。
76
一般に、 Drop を実装しているものは、最後にその内部をいじくる機会があります。
0 commit comments