Skip to content

Commit ed62e5b

Browse files
committed
Translate a sentence
1 parent 1afd76c commit ed62e5b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/subtyping.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,11 @@ inferred variance, so `Fn(T)` is invariant in `T`).
119119
トレイトの定義に対してトレイトの実装内のメソッドをマッチさせるのに使われます。
120120
トレイトは推論された変性を持たないため、 `fn(T)``T` において変性ではありません。)
121121

122+
<!--
122123
Some important variances:
124+
-->
125+
126+
いくつか重要な変性があります。
123127

124128
* `&'a T` is variant over `'a` and `T` (as is `*const T` by metaphor)
125129
* `&'a mut T` is variant over `'a` but invariant over `T`

0 commit comments

Comments
 (0)