-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
[experiment] Don't consider sized type variables in coerce_unsized
#105568
[experiment] Don't consider sized type variables in coerce_unsized
#105568
Conversation
@bors try |
⌛ Trying commit 507afda with merge 8c8ae8ffc9525cd62834a2b27e7aecc1c64ff44f... |
☀️ Try build successful - checks-actions |
@craterbot check |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
The job Click to see the possible cause of the failure (guessed by this bot)
|
🎉 Experiment
|
My understanding is that this was originally written to fix some
Box<!>
->Box<dyn Trait>
unsizing + fallback logic (#56219), but it represents a burden on the trait solver because of that pesky call toobligations_for_self_ty
.Let's see what crater says about the fallout of this change in the wild.
r? @ghost