Skip to content

Commit d37a4d4

Browse files
committed
update unstable book
1 parent f516b7b commit d37a4d4

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/doc/unstable-book/src/language-features/ref-pat-eat-one-layer-2024-structural.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ This feature is incomplete and not yet intended for general use.
1010

1111
This implements experimental, Edition-dependent match ergonomics under consideration for inclusion
1212
in Rust.
13-
For more information, see the corresponding typing rules for [Editions 2024 and later].
14-
On earlier Editions, the current behavior is unspecified.
13+
For more information, see the corresponding typing rules for [Editions 2021 and earlier] and for
14+
[Editions 2024 and later].
1515

1616
For alternative experimental match ergonomics, see the feature
1717
[`ref_pat_eat_one_layer_2024`](./ref-pat-eat-one-layer-2024.md).
1818

19+
[Editions 2021 and earlier]: https://nadrieril.github.io/typing-rust-patterns/?compare=false&opts1=AQEBAQIBAQEBAAAAAAAAAAAAAAAAAAA%3D&mode=rules&do_cmp=false
1920
[Editions 2024 and later]: https://nadrieril.github.io/typing-rust-patterns/?compare=false&opts1=AQEBAgEBAQEBAgIAAAAAAAAAAAAAAAA%3D&mode=rules&do_cmp=false

src/doc/unstable-book/src/language-features/ref-pat-eat-one-layer-2024.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ This feature is incomplete and not yet intended for general use.
1010

1111
This implements experimental, Edition-dependent match ergonomics under consideration for inclusion
1212
in Rust.
13-
For more information, see the corresponding typing rules for [Editions 2024 and later].
14-
On earlier Editions, the current behavior is unspecified.
13+
For more information, see the corresponding typing rules for [Editions 2021 and earlier] and for
14+
[Editions 2024 and later].
1515

1616
For alternative experimental match ergonomics, see the feature
1717
[`ref_pat_eat_one_layer_2024_structural`](./ref-pat-eat-one-layer-2024-structural.md).
1818

19+
[Editions 2021 and earlier]: https://nadrieril.github.io/typing-rust-patterns/?compare=false&opts1=AQEBAQABAQABAAAAAQEBAAEBAAABAAA%3D&mode=rules&do_cmp=false
1920
[Editions 2024 and later]: https://nadrieril.github.io/typing-rust-patterns/?compare=false&opts1=AQEBAAABAQABAgIAAQEBAAEBAAABAAA%3D&mode=rules&do_cmp=false

0 commit comments

Comments
 (0)