-
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
disable needs_drop
special-case for [T; 0]
#110322
Conversation
This is way beyond me, I have no idea what the consequences of such a change are.^^ |
|
@bors try |
⌛ Trying commit 9fb09b0 with merge 0818a9065516e3afb806892a26657c556d485386... |
☀️ 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 |
🎉 Experiment
|
👌 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 |
🎉 Experiment
|
alright, there are quite a few valid regressions. Going with #110288 then |
#110288 (comment)
an alternative approach where we remove the special-case in
needs_drop
instead of also adding the special-case indropck_outlives
.r? @RalfJung