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 7c68850 commit 8409f6dCopy full SHA for 8409f6d
src/subtyping.md
@@ -166,7 +166,7 @@ additional level of indirection does not change the desire to be able to pass
166
longer lived things where shorted lived things are expected.
167
-->
168
169
-似た理由が、なぜ `&'a T` が `T` において変性であるべきかについて適用できます。
+似た理由が、なぜ `&'a T` が T において変性であるべきかについて適用できます。
170
`&&'a str` が求められている場所で `&&'static str` を渡せるようにすることが
171
合理的であるからです。間接参照の段階が増えても、短く生きるものが求められている
172
場合により長く生きるものを渡せるようにするという願いは変わりません。
0 commit comments