Skip to content

Commit c49a92e

Browse files
committed
Translate a paragraph
1 parent 33766b3 commit c49a92e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/dropck.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,11 @@ is alive, so is days.
105105
*厳密に* `inspector` より長くは生きないということは問題ではありません。
106106
`inspector` が生きている限り、 `days` も生きています。
107107

108+
<!--
108109
However if we add a destructor, the program will no longer compile!
110+
-->
111+
112+
しかし、もしデストラクタを追加したら、プログラムはもうコンパイルできないでしょう!
109113

110114
```rust,ignore
111115
struct Inspector<'a>(&'a u8);

0 commit comments

Comments
 (0)