File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ <!-- -*- coding:utf-8-unix -*- -->
1
2
<!-- # Introduction -->
2
3
3
4
# 導入
@@ -313,7 +314,7 @@ Rustを学ぶ過程で重要な部分は、コンパイラが表示するエラ
313
314
314
315
この本が生成されるソースファイルは、[ GitHub] [ book ] で見つかります。
315
316
316
- > 訳註 : 日本語版は[ こちら] [ book-ja ] です。
317
+ > 訳注 : 日本語版は[ こちら] [ book-ja ] です。
317
318
318
319
[ book ] : https://github.com/rust-lang/book/tree/master/second-edition/src
319
320
[ book-ja ] : https://github.com/rust-lang-ja/book-ja
Original file line number Diff line number Diff line change
1
+ <!-- -*- coding:utf-8-unix -*- -->
1
2
<!-- ## Storing Lists of Values with Vectors -->
2
3
3
4
## ベクタで一連の値を保持する
@@ -304,6 +305,10 @@ error[E0502]: cannot borrow `v` as mutable because it is also borrowed as immuta
304
305
305
306
> 注釈: ` Vec<T> ` の実装に関する詳細については、[ “The Rustonomicon”] ( https://doc.rust-lang.org/stable/nomicon/vec.html ) を参照してください。
306
307
308
+ > 訳注: 日本語版のThe Rustonomiconは[ こちら] [ nomicon-ja-vec ] です。
309
+
310
+ [ nomicon-ja-vec ] : https://doc.rust-jp.rs/rust-nomicon-ja/vec.html
311
+
307
312
<!-- ### Iterating Over the Values in a Vector -->
308
313
309
314
### ベクタの値を走査する
Original file line number Diff line number Diff line change
1
+ <!-- -*- coding:utf-8-unix -*- -->
1
2
<!-- ## Reference Cycles Can Leak Memory -->
2
3
3
4
## 循環参照は、メモリをリークすることもある
@@ -705,7 +706,10 @@ fn main() {
705
706
この章で興味をそそられ、独自のスマートポインタを実装したくなったら、もっと役に立つ情報を求めて、
706
707
[ “The Rustonomicon”] [ nomicon ] をチェックしてください。
707
708
709
+ > 訳注: 日本語版のThe Rustonomiconは[ こちら] [ nomicon-ja ] です。
710
+
708
711
[ nomicon ] : https://doc.rust-lang.org/stable/nomicon/
712
+ [ nomicon-ja ] : https://doc.rust-jp.rs/rust-nomicon-ja/index.html
709
713
710
714
<!-- Next, we’ll talk about concurrency in Rust. You’ll even learn about a few new -->
711
715
<!-- smart pointers. -->
You can’t perform that action at this time.
0 commit comments