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 6dd5d14 commit ee4a8b4Copy full SHA for ee4a8b4
src/dropck.md
@@ -462,9 +462,14 @@ impl<T: fmt::Display> Drop for Inspector<T> {
462
}
463
```
464
465
+<!--
466
And of course, all of these accesses could be further hidden within
467
some other method invoked by the destructor, rather than being written
468
directly within it.
469
+-->
470
+
471
+そして勿論、これら全てのアクセスは、何か他のメソッド内に直接書かれるよりも、
472
+デストラクタによって呼び出されたメソッドの内部に更に隠されうる事があります。
473
474
In all of the above cases where the `&'a u8` is accessed in the
475
destructor, adding the `#[may_dangle]`
0 commit comments