Skip to content

Commit 1d4daf4

Browse files
committed
Translate a paragraph
1 parent 8e26e70 commit 1d4daf4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/dropck.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,14 @@ the future.
305305

306306
ドロップチェックを制御する正確な規則は、将来緩和される可能性があります。
307307

308+
<!--
308309
The current analysis is deliberately conservative and trivial; it forces all
309310
borrowed data in a value to outlive that value, which is certainly sound.
311+
-->
312+
313+
現在の分析方法は、わざと控えめで、自明なものにしています。
314+
ある値の中の全ての借用されたデータが、その値よりも長生きするよう強制するのです。
315+
これは明らかに健全です。
310316

311317
Future versions of the language may make the analysis more precise, to
312318
reduce the number of cases where sound code is rejected as unsafe.

0 commit comments

Comments
 (0)