Skip to content

Commit

Permalink
Explicitly state what is weaken
Browse files Browse the repository at this point in the history
  • Loading branch information
toku-sa-n committed Jun 18, 2020
1 parent f9e2b10 commit 156ef7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/subtyping.md
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ trouble was because there's always someone else who remembers the original
subtype: the actual owner.
-->

Box の古いライフタイムを「記憶」するものが他に存在しないので、値渡しの際に
Box の古いライフタイムを「記憶」するものが他に存在しないので、値渡しの際に Box を
弱くするのは問題ありません。変性の `&mut` が問題である理由は、元々の派生型を
記憶している他のものが存在するからです: 実際の所有者です。

Expand Down

0 comments on commit 156ef7e

Please sign in to comment.