1
Fork 0

Implement TC's match ergonomics 2024 proposal

Under gate `ref_pat_eat_one_layer_2024_structural`.
Enabling `ref_pat_eat_one_layer_2024` at the same time allows the union
of what the individual gates allow.
This commit is contained in:
Jules Bertholet 2024-06-26 17:01:04 -04:00
parent 4bc39f028d
commit 372847dd44
No known key found for this signature in database
GPG key ID: 32034DAFC38C1BFC
11 changed files with 459 additions and 81 deletions

View file

@ -1502,6 +1502,7 @@ symbols! {
recursion_limit,
reexport_test_harness_main,
ref_pat_eat_one_layer_2024,
ref_pat_eat_one_layer_2024_structural,
ref_pat_everywhere,
ref_unwind_safe_trait,
reference,