-
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
use the correct supertrait substitution in object_ty_for_trait
#57355
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ |
📌 Commit 85c4b4c has been approved by |
@bors p=1 (beta nominated) |
⌛ Testing commit 85c4b4c with merge b0b3e7eee6cb6b2c076e35793200229c678e85d5... |
💥 Test timed out |
@bors retry Wut. |
⌛ Testing commit 85c4b4c with merge 627e72124c18c97d4d0ce54788b05c66ee3d585a... |
💔 Test failed - checks-travis |
Discussed in the @rust-lang/compiler meeting. This is acccepted for backport, however we would like to see it land on nightly first and ideally have a bit of "airtime". Since this is next in the queue, this seems likely to happen. @bors p=22 -- to help ensure it stays high in the queue =) |
Just a heads up, I'm not sure bors accepts comments after p= (seems to still be p=1 according to https://buildbot2.rust-lang.org/homu/queue/rust) |
@bors p=22 |
Cc @rust-lang/release @pietroalbini - could we prepare a beta PR with this included? |
⌛ Testing commit 85c4b4c with merge 7a232f19bff4a3fdb2daaeac2fa95d1a0dfdf2ab... |
💔 Test failed - checks-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Seems spurious... @bors retry |
use the correct supertrait substitution in `object_ty_for_trait` beta-nominating because regression. Fixes #57156.
💔 Test failed - checks-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
@bors retry |
use the correct supertrait substitution in `object_ty_for_trait` beta-nominating because regression. Fixes #57156.
☀️ Test successful - checks-travis, status-appveyor |
[beta] Rollup backports Cherry-picked: * #57355: use the correct supertrait substitution in `object_ty_for_trait` * #57471: Updated RELEASES.md for 1.32.0 Rolled up: * #57483: [beta] Uniform path backports * c658d73: resolve: Avoid "self-confirming" resolutions in import validation * #57160: resolve: Fix an ICE in import validation * #56759: Stabilize `uniform_paths` r? @ghost
beta-nominating because regression.
Fixes #57156.