Skip to content

Commit 9934aad

Browse files
committed
Translate a paragraph
Usually "deploy" is translated into "デプロイ", but this does not seem to be proper for this sentence.
1 parent 35a6b3e commit 9934aad

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
@@ -337,9 +337,14 @@ to do so.
337337
たとえ破棄されたデータにアクセス出来るとしても、そのようなアクセスをしないと*保証する*と見なす、
338338
アンステーブルなアトリビュートを使用することが出来ます。
339339

340+
<!--
340341
That attribute is called `may_dangle` and was introduced in [RFC 1327]
341342
(https://github.com/rust-lang/rfcs/blob/master/text/1327-dropck-param-eyepatch.md).
342343
To deploy it on the Inspector example from above, we would write:
344+
-->
345+
346+
そのアトリビュートは `may_dangle` と呼ばれ、 [RFC 1327](https://github.com/rust-lang/rfcs/blob/master/text/1327-dropck-param-eyepatch.md)
347+
導入されました。上記の Inspector の例でこのアトリビュートを使用する場合、以下のように書きます。
343348

344349
```rust,ignore
345350
struct Inspector<'a>(&'a u8, &'static str);

0 commit comments

Comments
 (0)