Skip to content

Commit e09e92d

Browse files
committed
Translate a sentence
1 parent 8fa6455 commit e09e92d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/phantom-data.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,13 @@ useful such as the information needed by drop check.
4949
これは、明白に型システムに、欲しい変種の種類を伝えるよりも、エラーが起こりにくいと思われていた一方、
5050
例えばドロップチェッカが必要とする情報など、利便なものを提供していました。
5151

52+
<!--
5253
Iter logically contains a bunch of `&'a T`s, so this is exactly what we tell
5354
the PhantomData to simulate:
55+
-->
56+
57+
Iter は論理的には沢山の `&'a T` を保持しているため、この型が、 PhantomData に
58+
装うよう伝えるものです。
5459

5560
```
5661
use std::marker;

0 commit comments

Comments
 (0)