This is a tracking issue for changes to match ergonomics for the 2024 edition, as described in rust-lang/rfcs#3627.
About tracking issues
Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature.
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.
Steps
Tracking for Rust 2024 changes:
Unresolved Questions
mut ref mut vs ref mut (mut syntax
- The HackMD says the reference types should be "compatible", what does this mean and why?
### Implementation history
- [ ] https://github.com/rust-lang/rust/pull/122978
- [ ] https://github.com/rust-lang/rust/pull/123080
- [ ] https://github.com/rust-lang/rust/pull/123311
- [ ] https://github.com/rust-lang/rust/pull/123512
- [ ] https://github.com/rust-lang/rust/pull/123535
- [ ] https://github.com/rust-lang/rust/pull/124047
- [ ] https://github.com/rust-lang/rust/pull/124567
- [ ] https://github.com/rust-lang/rust/pull/124639
- [ ] https://github.com/rust-lang/rfcs/pull/3627
- [ ] https://github.com/rust-lang/rust/issues/125058
- [ ] https://github.com/rust-lang/rust/pull/125084
- [ ] https://github.com/rust-lang/rust/pull/125168
- [ ] https://github.com/rust-lang/rust/pull/127008
- [ ] https://github.com/rust-lang/rust/issues/127257
- [ ] https://github.com/rust-lang/rust/pull/127369
- [ ] https://github.com/rust-lang/rust/issues/127559
- [ ] https://github.com/rust-lang/rust/pull/135237
See also #105647, #64586
@rustbot label T-lang A-patterns A-edition-2024
This is a tracking issue for changes to match ergonomics for the 2024 edition, as described in rust-lang/rfcs#3627.
About tracking issues
Tracking issues are used to record the overall progress of implementation.
They are also used as hubs connecting to other relevant issues, e.g., bugs or open design questions.
A tracking issue is however not meant for large scale discussion, questions, or bug reports about a feature.
Instead, open a dedicated issue for the specific matter and add the relevant feature gate label.
Steps
mut ref/mut ref mut(#![feature(mut_ref)]) Match ergonomics 2024: implement mutable by-reference bindings #123080ref (mut/ref mut (mut?)&and&mutpatterns (#![feature(ref_pat_eat_one_layer_2024, ref_pat_eat_one_layer_2024_structural)]) Match ergonomics 2024: Implement eat-one-layer #123512&patterns to consume&mutreferences Match ergonomics 2024: let&patterns eat&mut#124567mutwith edition >= 2024 Match ergonomics 2024:mutdoesn't reset binding mode #123535Tracking for Rust 2024 changes:
Unresolved Questions
mut ref mutvsref mut (mutsyntaxSee also #105647, #64586
@rustbot label T-lang A-patterns A-edition-2024