-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Coerce fields to the expected field type #42807
Conversation
Fully fixes rust-lang#31260. This needs a crater run.
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
Started crater run. |
Crater report shows 0 regressions (ignoring network errors). |
cc @rust-lang/compiler |
Discussed in the @rust-lang/compiler meeting briefly. If no regressions, seems like we should do this. |
@bors r+ |
📌 Commit 7769c9a has been approved by |
⌛ Testing commit 7769c9a with merge 7a087743874c8f3bd906ff84806361af2b31cd6b... |
💔 Test failed - status-travis |
I suspect this is a spurious failure; it looks like the test will exit after 30 seconds via
|
@bors retry |
⌛ Testing commit 7769c9a with merge 8b35998e0a2a3967eb0bc33fc37256692a93b6b2... |
💔 Test failed - status-appveyor |
@bors retry
|
Coerce fields to the expected field type Fully fixes #31260. This needs a crater run. I was supposed to do this last month but it slipped. Let's get this done.
☀️ Test successful - status-appveyor, status-travis |
Fully fixes #31260.
This needs a crater run. I was supposed to do this last month but it slipped. Let's get this done.