File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
* [ ループ] ( loops.md )
15
15
* [ 所有権] ( ownership.md )
16
16
* [ 参照と借用] ( references-and-borrowing.md )
17
- * [ 生存期 ] ( lifetimes.md )
17
+ * [ ライフタイム ] ( lifetimes.md )
18
18
* [ 可変性] ( mutability.md )
19
19
* [ 構造体] ( structs.md )
20
20
* [ 列挙型] ( enums.md )
36
36
* [ ` type ` エイリアス] ( type-aliases.md )
37
37
* [ 型間のキャスト] ( casting-between-types.md )
38
38
* [ 関連型] ( associated-types.md )
39
- * [ サイズ無し型 ] ( unsized-types.md )
39
+ * [ サイズ不定型 ] ( unsized-types.md )
40
40
* [ 演算子とオーバーロード] ( operators-and-overloading.md )
41
41
* [ Derefによる型強制] ( deref-coercions.md )
42
42
* [ マクロ] ( macros.md )
59
59
* [ コンパイラプラグイン] ( compiler-plugins.md )
60
60
* [ インラインアセンブリ] ( inline-assembly.md )
61
61
* [ No stdlib] ( no-stdlib.md )
62
- * [ イントリンシック ] ( intrinsics.md )
62
+ * [ Intrinsic ] ( intrinsics.md )
63
63
* [ Lang Items] ( lang-items.md )
64
64
* [ 高度なリンキング] ( advanced-linking.md )
65
65
* [ ベンチマークテスト] ( benchmark-tests.md )
You can’t perform that action at this time.
0 commit comments