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 8e26e70 commit 1d4daf4Copy full SHA for 1d4daf4
src/dropck.md
@@ -305,8 +305,14 @@ the future.
305
306
ドロップチェックを制御する正確な規則は、将来緩和される可能性があります。
307
308
+<!--
309
The current analysis is deliberately conservative and trivial; it forces all
310
borrowed data in a value to outlive that value, which is certainly sound.
311
+-->
312
+
313
+現在の分析方法は、わざと控えめで、自明なものにしています。
314
+ある値の中の全ての借用されたデータが、その値よりも長生きするよう強制するのです。
315
+これは明らかに健全です。
316
317
Future versions of the language may make the analysis more precise, to
318
reduce the number of cases where sound code is rejected as unsafe.
0 commit comments