Skip to content

Commit 8f71f28

Browse files
committed
Translate a paragraph
1 parent 25f44a8 commit 8f71f28

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/dropck.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,8 +284,13 @@ of an inspector's destructor might access that borrowed data.
284284
内部については知らないからです。借用チェッカが `main` の分析をしている間、 inspector の
285285
デストラクタの本体が借用されたデータにアクセスするかもしれないと借用チェッカが認識しているからです。
286286

287+
<!--
287288
Therefore, the drop checker forces all borrowed data in a value to
288289
strictly outlive that value.
290+
-->
291+
292+
それゆえにドロップチェッカは、ある値の中の全ての借用されたデータが、
293+
その値よりも厳密に長生きするよう強制するのです。
289294

290295
# An Escape Hatch
291296

0 commit comments

Comments
 (0)