-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
reverse binding order in matches to allow the subbinding of copyable fields in bindings after @ #78638
Conversation
... to allow the subbinding of copyable fields in bindings after `@` Fixes rust-lang#69971
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @oli-obk (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
src/test/ui/pattern/move-ref-patterns/move-ref-patterns-dynamic-semantics.rs
Outdated
Show resolved
Hide resolved
src/test/mir-opt/early_otherwise_branch.opt1.EarlyOtherwiseBranch.diff
Outdated
Show resolved
Hide resolved
@bors r+ |
📌 Commit 5827fba has been approved by |
… r=oli-obk reverse binding order in matches to allow the subbinding of copyable fields in bindings after @ Fixes rust-lang#69971 ### TODO - [x] Regression tests r? `@oli-obk`
⌛ Testing commit 5827fba with merge 78976a1902a463c21c05aceec3b4f09ddb81df1b... |
💔 Test failed - checks-actions |
@bors retry spurious network error |
⌛ Testing commit 5827fba with merge d8f88208b11f8e4d2aab91a239e7d9da152ff363... |
💔 Test failed - checks-actions |
I can't tell why that test would fail only on macs. And especially how the changes in this PR could cause them @bors retry |
⌛ Testing commit 5827fba with merge 76bca8caf2a1defd171f8329ce8a119cff398037... |
💔 Test failed - checks-actions |
@bors retry |
⌛ Testing commit 5827fba with merge 8285a26dda9d64e4b1fd0b70afea899812e359f3... |
💔 Test failed - checks-actions |
☀️ Test successful - checks-actions |
Fixes #69971
TODO
r? @oli-obk