Skip to content

Commit 0c0b491

Browse files
committed
Translate a paragraph
1 parent fef50b9 commit 0c0b491

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/dropck.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,9 +264,14 @@ fn main() {
264264
}
265265
```
266266

267+
<!--
267268
However, *both* of the above variants are rejected by the borrow
268269
checker during the analysis of `fn main`, saying that `days` does not
269270
live long enough.
271+
-->
272+
273+
しかしながら、上記の*両方の*変種は、 `fn main` の分析中に、 `days`
274+
十分長生きしないという理由で借用チェッカに弾かれるでしょう。
270275

271276
The reason is that the borrow checking analysis of `main` does not
272277
know about the internals of each Inspector's Drop implementation. As

0 commit comments

Comments
 (0)