File tree Expand file tree Collapse file tree 7 files changed +58
-2
lines changed
Expand file tree Collapse file tree 7 files changed +58
-2
lines changed Original file line number Diff line number Diff line change 113113-->
114114
115115- [ Rust 2024] ( rust-2024/index.md )
116- - [ Language ] ( rust-2024/language.md )
116+ - [ 言語 ] ( rust-2024/language.md )
117117 - [ RPIT lifetime capture rules] ( rust-2024/rpit-lifetime-capture.md )
118118 - [ ` if let ` temporary scope] ( rust-2024/temporary-if-let-scope.md )
119119 - [ Tail expression temporary scope] ( rust-2024/temporary-tail-expr-scope.md )
127127 - [ Missing macro fragment specifiers] ( rust-2024/missing-macro-fragment-specifiers.md )
128128 - [ ` gen ` keyword] ( rust-2024/gen-keyword.md )
129129 - [ Reserved syntax] ( rust-2024/reserved-syntax.md )
130- - [ Standard library ] ( rust-2024/standard-library.md )
130+ - [ 標準ライブラリ ] ( rust-2024/standard-library.md )
131131 - [ Changes to the prelude] ( rust-2024/prelude.md )
132132 - [ Add ` IntoIterator ` for ` Box<[T]> ` ] ( rust-2024/intoiterator-box-slice.md )
133133 - [ Newly unsafe functions] ( rust-2024/newly-unsafe-functions.md )
Original file line number Diff line number Diff line change 1+ # Cargo
2+
3+ <!--
4+ The following chapters detail changes to Cargo in the 2024 Edition.
5+ -->
6+
7+ 以降の節では、2024 エディションでの Cargo へのアップデートについて詳説します。
Original file line number Diff line number Diff line change 1+ # Rust 2024
2+
3+ <!--
4+ | Info | |
5+ | --- | --- |
6+ | RFC | [#3501](https://rust-lang.github.io/rfcs/3501-edition-2024.html) |
7+ | Release version | 1.85.0 |
8+ -->
9+
10+ | 情報 | |
11+ | --- | --- |
12+ | RFC | [ #3501 ] ( https://rust-lang.github.io/rfcs/3501-edition-2024.html ) |
13+ | リリースバージョン | 1.85.0 |
Original file line number Diff line number Diff line change 1+ <!--
2+ # Language
3+ -->
4+
5+ # 言語
6+
7+ <!--
8+ The following chapters detail changes to the language in the 2024 Edition.
9+ -->
10+
11+ 以降の節では、2024 エディションでの言語へのアップデートについて詳説します。
Original file line number Diff line number Diff line change 1+ # Rustdoc
2+
3+ <!--
4+ The following chapters detail changes to Rustdoc in the 2024 Edition.
5+ -->
6+
7+ 以降の節では、2024 エディションでの Rustdoc へのアップデートについて詳説します。
Original file line number Diff line number Diff line change 1+ # Rustfmt
2+
3+ <!--
4+ The following chapters detail changes to Rustfmt in the 2024 Edition.
5+ -->
6+
7+ 以降の節では、2024 エディションでの Rustfmt へのアップデートについて詳説します。
Original file line number Diff line number Diff line change 1+ <!--
2+ # Standard library
3+ -->
4+
5+ # 標準ライブラリ
6+
7+ <!--
8+ The following chapters detail changes to the standard library in the 2024 Edition.
9+ -->
10+
11+ 以降の節では、2024 エディションでの標準ライブラリへのアップデートについて詳説します。
You can’t perform that action at this time.
0 commit comments