Skip to content

Commit 6d0c1f7

Browse files
committed
Translate paragraphs
1 parent 06e44cb commit 6d0c1f7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/phantom-data.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,21 @@ struct Vec<T> {
8989
}
9090
```
9191

92+
<!--
9293
Unlike the previous example, it *appears* that everything is exactly as we
9394
want. Every generic argument to Vec shows up in at least one field.
9495
Good to go!
96+
-->
97+
98+
前の例と違い、これは、全てが期待しているものと全く同じ*ように見えます*
99+
Vec の全てのジェネリックな引数は少なくとも1つのフィールドに現れます。
100+
さあ準備完了!
95101

102+
<!--
96103
Nope.
104+
-->
105+
106+
いいえ。
97107

98108
The drop checker will generously determine that `Vec<T>` does not own any values
99109
of type T. This will in turn make it conclude that it doesn't need to worry

0 commit comments

Comments
 (0)