Uh oh!
There was an error while loading. Please reload this page.
Stabilize .. in tuple (struct) patterns - #36843
Conversation
nikomatsakis
commented
Oct 4, 2016
cc @rust-lang/lang -- thoughts on stabilizing |
petrochenkov
commented
Oct 4, 2016
Right |
nrc
commented
Oct 4, 2016
I'd be happy for the tracking issue to be in FCP this cycle. I don't feel any pressure to fast track stabilisation. |
petrochenkov
commented
Oct 4, 2016
Let's assume the FCP starts |
aturon
commented
Oct 4, 2016
Proposing FCP for stabilizing this cycle: @rfcbot fcp merge |
nikomatsakis
commented
Oct 4, 2016
@petrochenkov I left a comment, seems good to me |
FCP proposed with disposition to merge. Review requested from: No concerns currently listed. |
aturon
commented
Oct 4, 2016
Oops, I got confused and thought this was the tracking issue rather than the PR. Sorry! @rfcbot cancel |
bors
commented
Oct 7, 2016
☔ The latest upstream changes (presumably #36945) made this pull request unmergeable. Please resolve the merge conflicts. |
rfcbot
commented
Oct 13, 2016
All relevant subteam members have reviewed. No concerns remain. |
rfcbot
commented
Oct 20, 2016
It has been one week since all blocks to the FCP were resolved. |
nikomatsakis
commented
Nov 2, 2016
@petrochenkov FCP is over, care to rebase? |
petrochenkov
commented
Nov 2, 2016
Rebased. |
nikomatsakis
commented
Nov 8, 2016
@bors r+ |
bors
commented
Nov 8, 2016
📌 Commit 74bb594 has been approved by |
bors
commented
Nov 8, 2016
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: #36203Closes#33627 r? @nikomatsakis
jseyfried
commented
Nov 8, 2016
@bors retry force |
bors
commented
Nov 8, 2016
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: #36203Closes#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