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 35a6b3e commit 9934aadCopy full SHA for 9934aad
src/dropck.md
@@ -337,9 +337,14 @@ to do so.
337
たとえ破棄されたデータにアクセス出来るとしても、そのようなアクセスをしないと*保証する*と見なす、
338
アンステーブルなアトリビュートを使用することが出来ます。
339
340
+<!--
341
That attribute is called `may_dangle` and was introduced in [RFC 1327]
342
(https://github.com/rust-lang/rfcs/blob/master/text/1327-dropck-param-eyepatch.md).
343
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 の例でこのアトリビュートを使用する場合、以下のように書きます。
348
349
```rust,ignore
350
struct Inspector<'a>(&'a u8, &'static str);
0 commit comments