Skip to content

Commit 9573a15

Browse files
committed
Translate a paragraph
1 parent 48deaa9 commit 9573a15

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
@@ -393,9 +393,15 @@ unsafe impl<'a, #[may_dangle] 'b, #[may_dangle] T, U: Display> Drop for Inspecto
393393
}
394394
```
395395

396+
<!--
396397
It is sometimes obvious that no such access can occur, like the case above.
397398
However, when dealing with a generic type parameter, such access can
398399
occur indirectly. Examples of such indirect access are:
400+
-->
401+
402+
時々、上記のように、このようなアクセスが起こらないことが明白な場合があります。
403+
しかし、ジェネリックな型パラメータに対処する際、このようなアクセスは
404+
間接的に起こりえます。このような間接的なアクセスの例です。
399405

400406
* invoking a callback,
401407
* via a trait method call.

0 commit comments

Comments
 (0)