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 8fa6455 commit e09e92dCopy full SHA for e09e92d
src/phantom-data.md
@@ -49,8 +49,13 @@ useful such as the information needed by drop check.
49
これは、明白に型システムに、欲しい変種の種類を伝えるよりも、エラーが起こりにくいと思われていた一方、
50
例えばドロップチェッカが必要とする情報など、利便なものを提供していました。
51
52
+<!--
53
Iter logically contains a bunch of `&'a T`s, so this is exactly what we tell
54
the PhantomData to simulate:
55
+-->
56
+
57
+Iter は論理的には沢山の `&'a T` を保持しているため、この型が、 PhantomData に
58
+装うよう伝えるものです。
59
60
```
61
use std::marker;
0 commit comments