|
16 | 16 |
|
17 | 17 | - [Rust 2018](rust-2018/index.md)
|
18 | 18 | - [Path and module system changes](rust-2018/path-changes.md)
|
19 |
| - - [Anonymous trait function parameters deprecated](rust-2018/trait_fn_parameters.md) |
20 |
| - - [New keywords](rust-2018/new_keywords.md) |
21 |
| - - [Method dispatch for raw pointers to inference variables](rust-2018/tyvar_behind_raw_pointer.md) |
| 19 | + - [Anonymous trait function parameters deprecated](rust-2018/trait-fn-parameters.md) |
| 20 | + - [New keywords](rust-2018/new-keywords.md) |
| 21 | + - [Method dispatch for raw pointers to inference variables](rust-2018/tyvar-behind-raw-pointer.md) |
22 | 22 | - [Cargo changes](rust-2018/cargo.md)
|
23 | 23 |
|
24 | 24 | ## Rust 2021
|
25 | 25 |
|
26 | 26 | - [Rust 2021 🚧](rust-2021/index.md)
|
27 | 27 | - [Additions to the prelude](rust-2021/prelude.md)
|
28 |
| - - [Default Cargo feature resolver](rust-2021/default_cargo_resolver.md) |
29 |
| - - [IntoIterator for arrays](rust-2021/IntoIterator_for_arrays.md) |
30 |
| - - [Disjoint capture in closures](rust-2021/disjoint_capture_in_closures.md) |
31 |
| - - [Panic macro consistency](rust-2021/panic_macro_consistency.md) |
32 |
| - - [Reserving syntax](rust-2021/reserving_syntax.md) |
33 |
| - - [Warnings promoted to errors](rust-2021/warnings_promoted_to_error.md) |
34 |
| - - [Or patterns in macro-rules](rust-2021/or_patterns_macro_rules.md) |
| 28 | + - [Default Cargo feature resolver](rust-2021/default-cargo-resolver.md) |
| 29 | + - [IntoIterator for arrays](rust-2021/IntoIterator-for-arrays.md) |
| 30 | + - [Disjoint capture in closures](rust-2021/disjoint-capture-in-closures.md) |
| 31 | + - [Panic macro consistency](rust-2021/panic-macro-consistency.md) |
| 32 | + - [Reserving syntax](rust-2021/reserving-syntax.md) |
| 33 | + - [Warnings promoted to errors](rust-2021/warnings-promoted-to-error.md) |
| 34 | + - [Or patterns in macro-rules](rust-2021/or-patterns-macro-rules.md) |
0 commit comments