-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
use the adjusted type for cat_pattern in tuple patterns #52232
Conversation
This looks like a typo introduced in rust-lang#51686. Fixes rust-lang#52213.
I don't see why MC should fail on well-formed code, so it might be a better idea to just add a `delay_span_bug` there (anyone remember the `cat_expr Errd` bug from the 1.0 days?). However, I don't think this is a good idea to backport a new delay_span_bug into stable and this code is going away soon-ish anyway.
@bors r+ |
📌 Commit 4c04453 has been approved by |
@bors p=13 |
☀️ Test successful - status-appveyor, status-travis |
@rfcbot fcp merge I propose that we approve backporting this to beta. Since time is somewhat limited, and back ports are usually less controversial than the usual things that go through the fcp process, I'm going to add the additional note if there are no unresolved formal concerns in a week's time, I will just check off any unmarked check boxes. (This effectively inverts the rfcbot into "approved by default.") |
1.27.2 stable release This is essentially a backport of #52232. I've set the release date for Friday, July 20th. r? @alexcrichton
This looks like a typo introduced in #51686.
Fixes #52213.
r? @pnkfelix
beta + stable nominating because regression + unsoundness.