Skip to content

Commit 33766b3

Browse files
committed
Translate a paragraph
1 parent 5f7e96d commit 33766b3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/dropck.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,15 @@ fn main() {
9595
}
9696
```
9797

98+
<!--
9899
This program is totally sound and compiles today. The fact that `days` does
99100
not *strictly* outlive `inspector` doesn't matter. As long as the `inspector`
100101
is alive, so is days.
102+
-->
103+
104+
このプログラムは今日完全に問題なく、コンパイルすることが出来ます。 `days`
105+
*厳密に* `inspector` より長くは生きないということは問題ではありません。
106+
`inspector` が生きている限り、 `days` も生きています。
101107

102108
However if we add a destructor, the program will no longer compile!
103109

0 commit comments

Comments
 (0)