File tree 2 files changed +36
-0
lines changed
src/doc/unstable-book/src/language-features
2 files changed +36
-0
lines changed Original file line number Diff line number Diff line change
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 match ergonomics under consideration for inclusion in Rust.
12
+ - On Edition 2024, this corresponds to the typing rules found [ here] .
13
+ - On older Editions, the current behavior is unspecified.
14
+
15
+ For alternative experimental match ergonomics, see the feature
16
+ [ ` ref_pat_eat_one_layer_2024 ` ] ( ./ref-pat-eat-one-layer-2024.md ) .
17
+
18
+ [ here ] : https://nadrieril.github.io/typing-rust-patterns/?compare=false&opts1=AQEBAgEBAQEBAgIAAAAAAAAAAAAAAAA%3D&mode=rules&do_cmp=false&ty_d=3
Original file line number Diff line number Diff line change
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 match ergonomics under consideration for inclusion in Rust.
12
+ - On Edition 2024, this corresponds to the typing rules found [ here] .
13
+ - On older Editions, the current behavior is unspecified.
14
+
15
+ For alternative experimental match ergonomics, see the feature
16
+ [ ` ref_pat_eat_one_layer_2024_structural ` ] ( ./ref-pat-eat-one-layer-2024-structural.md ) .
17
+
18
+ [ here ] : https://nadrieril.github.io/typing-rust-patterns/?compare=false&opts1=AQEBAAEBAQABAgIAAQEBAAEBAAABAAA%3D&mode=rules&do_cmp=false
You can’t perform that action at this time.
0 commit comments