|
39 | 39 | ## Rust 2024
|
40 | 40 |
|
41 | 41 | - [Rust 2024 🚧](rust-2024/index.md)
|
42 |
| - - [Additions to the prelude](rust-2024/prelude.md) |
43 |
| - - [Add `IntoIterator` for `Box<[T]>`](rust-2024/intoiterator-box-slice.md) |
44 |
| - - [Newly unsafe functions](rust-2024/newly-unsafe-functions.md) |
45 |
| - - [`unsafe_op_in_unsafe_fn` warning](rust-2024/unsafe-op-in-unsafe-fn.md) |
46 |
| - - [RPIT lifetime capture rules](rust-2024/rpit-lifetime-capture.md) |
47 |
| - - [Disallow references to `static mut`](rust-2024/static-mut-references.md) |
48 |
| - - [Cargo: Rust-version aware resolver](rust-2024/cargo-resolver.md) |
49 |
| - - [Cargo: Table and key name consistency](rust-2024/cargo-table-key-names.md) |
50 |
| - - [Cargo: Reject unused inherited default-features](rust-2024/cargo-inherited-default-features.md) |
51 |
| - - [Rustfmt: Combine all delimited exprs as last argument](rust-2024/rustfmt-overflow-delimited-expr.md) |
52 |
| - - [Rustfmt: Style edition](rust-2024/rustfmt-style-edition.md) |
53 |
| - - [Rustfmt: Raw identifier sorting](rust-2024/rustfmt-raw-identifier-sorting.md) |
54 |
| - - [Rustfmt: Version sorting](rust-2024/rustfmt-version-sorting.md) |
55 |
| - - [`gen` keyword](rust-2024/gen-keyword.md) |
56 |
| - - [Macro fragment specifiers](rust-2024/macro-fragment-specifiers.md) |
57 |
| - - [Missing macro fragment specifiers](rust-2024/missing-macro-fragment-specifiers.md) |
58 |
| - - [Never type fallback change](rust-2024/never-type-fallback.md) |
59 |
| - - [Unsafe `extern` blocks](rust-2024/unsafe-extern.md) |
60 |
| - - [Unsafe attributes](rust-2024/unsafe-attributes.md) |
61 |
| - - [Rustdoc combined tests](rust-2024/rustdoc-doctests.md) |
62 |
| - - [Rustdoc nested `include!` change](rust-2024/rustdoc-nested-includes.md) |
63 |
| - - [Reserved syntax](rust-2024/reserved-syntax.md) |
64 |
| - - [`if let` temporary scope](rust-2024/temporary-if-let-scope.md) |
65 |
| - - [Tail expression temporary scope](rust-2024/temporary-tail-expr-scope.md) |
| 42 | + - [Language](rust-2024/language.md) |
| 43 | + - [RPIT lifetime capture rules](rust-2024/rpit-lifetime-capture.md) |
| 44 | + - [`if let` temporary scope](rust-2024/temporary-if-let-scope.md) |
| 45 | + - [Tail expression temporary scope](rust-2024/temporary-tail-expr-scope.md) |
| 46 | + - [Match ergonomics](rust-2024/match-ergonomics.md) |
| 47 | + - [Unsafe `extern` blocks](rust-2024/unsafe-extern.md) |
| 48 | + - [Unsafe attributes](rust-2024/unsafe-attributes.md) |
| 49 | + - [`unsafe_op_in_unsafe_fn` warning](rust-2024/unsafe-op-in-unsafe-fn.md) |
| 50 | + - [Disallow references to `static mut`](rust-2024/static-mut-references.md) |
| 51 | + - [Never type fallback change](rust-2024/never-type-fallback.md) |
| 52 | + - [Macro fragment specifiers](rust-2024/macro-fragment-specifiers.md) |
| 53 | + - [Missing macro fragment specifiers](rust-2024/missing-macro-fragment-specifiers.md) |
| 54 | + - [`gen` keyword](rust-2024/gen-keyword.md) |
| 55 | + - [Reserved syntax](rust-2024/reserved-syntax.md) |
| 56 | + - [Standard library](rust-2024/standard-library.md) |
| 57 | + - [Additions to the prelude](rust-2024/prelude.md) |
| 58 | + - [Add `IntoIterator` for `Box<[T]>`](rust-2024/intoiterator-box-slice.md) |
| 59 | + - [Newly unsafe functions](rust-2024/newly-unsafe-functions.md) |
| 60 | + - [Cargo](rust-2024/cargo.md) |
| 61 | + - [Cargo: Rust-version aware resolver](rust-2024/cargo-resolver.md) |
| 62 | + - [Cargo: Table and key name consistency](rust-2024/cargo-table-key-names.md) |
| 63 | + - [Cargo: Reject unused inherited default-features](rust-2024/cargo-inherited-default-features.md) |
| 64 | + - [Rustdoc](rust-2024/rustdoc.md) |
| 65 | + - [Rustdoc combined tests](rust-2024/rustdoc-doctests.md) |
| 66 | + - [Rustdoc nested `include!` change](rust-2024/rustdoc-nested-includes.md) |
| 67 | + - [Rustfmt](rust-2024/rustfmt.md) |
| 68 | + - [Rustfmt: Style edition](rust-2024/rustfmt-style-edition.md) |
| 69 | + - [Rustfmt: Combine all delimited exprs as last argument](rust-2024/rustfmt-overflow-delimited-expr.md) |
| 70 | + - [Rustfmt: Raw identifier sorting](rust-2024/rustfmt-raw-identifier-sorting.md) |
| 71 | + - [Rustfmt: Version sorting](rust-2024/rustfmt-version-sorting.md) |
0 commit comments