-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Stabilize ..
in tuple (struct) patterns
#36843
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
cc @rust-lang/lang -- thoughts on stabilizing |
Right |
I'd be happy for the tracking issue to be in FCP this cycle. I don't feel any pressure to fast track stabilisation. |
Let's assume the FCP starts |
Proposing FCP for stabilizing this cycle: @rfcbot fcp merge |
@petrochenkov I left a comment, seems good to me |
FCP proposed with disposition to merge. Review requested from: No concerns currently listed. |
Oops, I got confused and thought this was the tracking issue rather than the PR. Sorry! @rfcbot cancel |
☔ The latest upstream changes (presumably #36945) made this pull request unmergeable. Please resolve the merge conflicts. |
All relevant subteam members have reviewed. No concerns remain. |
It has been one week since all blocks to the FCP were resolved. |
@petrochenkov FCP is over, care to rebase? |
Rebased. |
@bors r+ |
📌 Commit 74bb594 has been approved by |
Stabilize `..` in tuple (struct) patterns I'd like to nominate `..` in tuple and tuple struct patterns for stabilization. This feature is a relatively small extension to existing stable functionality and doesn't have known blockers. The feature first appeared in Rust 1.10 6 months ago. An example of use: #36203 Closes #33627 r? @nikomatsakis
@bors retry force |
Stabilize `..` in tuple (struct) patterns I'd like to nominate `..` in tuple and tuple struct patterns for stabilization. This feature is a relatively small extension to existing stable functionality and doesn't have known blockers. The feature first appeared in Rust 1.10 6 months ago. An example of use: #36203 Closes #33627 r? @nikomatsakis
I'd like to nominate
..
in tuple and tuple struct patterns for stabilization.This feature is a relatively small extension to existing stable functionality and doesn't have known blockers.
The feature first appeared in Rust 1.10 6 months ago.
An example of use: #36203
Closes #33627
r? @nikomatsakis