Initial implementation of #![feature(move_ref_pattern)] - #68376
Merged
Conversation
Centril
force-pushed
the
move-ref-patterns
branch
from
January 19, 2020 23:32
7c4b0a1 to
f6ecb0a
Compare
This comment has been minimized.
This comment has been minimized.
Centril
force-pushed
the
move-ref-patterns
branch
from
January 20, 2020 10:03
f6ecb0a to
b871dda
Compare
This comment has been minimized.
This comment has been minimized.
Centril
force-pushed
the
move-ref-patterns
branch
from
January 21, 2020 22:30
b871dda to
ab261d4
Compare
estebank
reviewed
Jan 25, 2020
Contributor
|
CC #30418 |
Contributor
Author
This unrelated error is comes from |
Centril
commented
Jan 30, 2020
bindings_after_at: harden tests
Centril
force-pushed
the
move-ref-patterns
branch
from
February 2, 2020 13:13
ab261d4 to
0253f86
Compare
Contributor
Author
|
Addressed the comments. :) |
Contributor
Author
|
Also, do you think the test suite is sufficient for eventual stabilization purposes or do you think more would be necessary? |
Contributor
|
I can't think of any other tests that I would want. |
Collaborator
|
📌 Commit d2b88b7 has been approved by |
Collaborator
commented
Feb 9, 2020
Collaborator
|
☀️ Test successful - checks-azure |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Following up on #45600, under the gate
#![feature(move_ref_pattern)],(ref x, mut y)is allowed subject to restrictions necessary for soundness. The match checking implementation and tests for#![feature(bindings_after_at)]is also adjusted as necessary.Closes #45600.
Tracking issue: #68354.
r? @matthewjasper