Skip to content

Commit 9ad6b7a

Browse files
committed
Translate a paragraph
1 parent 460dac5 commit 9ad6b7a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/subtyping.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,8 +347,13 @@ over their arguments.
347347
できるからです。
348348
それゆえに、関数はその引数において、変性ではないのです。
349349

350+
<!--
350351
To see why `Fn(T) -> U` should be variant over U, consider the following
351352
function signature:
353+
-->
354+
355+
なぜ `Fn(T) -> U` が U において変性であるべきかを確認するために、次の関数シグネチャを
356+
考えてみましょう。
352357

353358
```rust,ignore
354359
// 'a is derived from some parent scope

0 commit comments

Comments
 (0)