Skip to content

Commit be7d6e3

Browse files
committed
add work-in-progress unstable book chapters
These are very bare-bones, only intended to provide some documentation of what these feature gates are and aren't yet implementing.
1 parent e288cff commit be7d6e3

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# `ref_pat_eat_one_layer_2024_structural`
2+
3+
The tracking issue for this feature is: [#123076]
4+
5+
[#123076]: https://github.com/rust-lang/rust/issues/123076
6+
7+
---
8+
9+
This feature is incomplete and not yet intended for general use.
10+
11+
This implements experimental, Edition-dependent match ergonomics under consideration for inclusion
12+
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.
15+
16+
For alternative experimental match ergonomics, see the feature
17+
[`ref_pat_eat_one_layer_2024`](./ref-pat-eat-one-layer-2024.md).
18+
19+
[Editions 2024 and later]: https://nadrieril.github.io/typing-rust-patterns/?compare=false&opts1=AQEBAgEBAQEBAgIAAAAAAAAAAAAAAAA%3D&mode=rules&do_cmp=false
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# `ref_pat_eat_one_layer_2024`
2+
3+
The tracking issue for this feature is: [#123076]
4+
5+
[#123076]: https://github.com/rust-lang/rust/issues/123076
6+
7+
---
8+
9+
This feature is incomplete and not yet intended for general use.
10+
11+
This implements experimental, Edition-dependent match ergonomics under consideration for inclusion
12+
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.
15+
16+
For alternative experimental match ergonomics, see the feature
17+
[`ref_pat_eat_one_layer_2024_structural`](./ref-pat-eat-one-layer-2024-structural.md).
18+
19+
[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)