Skip to content

Commit 97aca15

Browse files
committed
Translate a sentence
1 parent 7a249eb commit 97aca15

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
@@ -419,7 +419,11 @@ other avenues for such indirect access.)
419419
(impl の特殊化など、言語仕様の将来の変更によっては、このような間接的なアクセスの
420420
方法が追加されるかもしれません。)
421421

422+
<!--
422423
Here is an example of invoking a callback:
424+
-->
425+
426+
これは、コールバックを呼び出す例です。
423427

424428
```rust,ignore
425429
struct Inspector<T>(T, &'static str, Box<for <'r> fn(&'r T) -> String>);

0 commit comments

Comments
 (0)