-
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
Stabilize Iterator::intersperse
#99093
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
Hey! It looks like you've submitted a new PR for the library teams! If this PR contains changes to any Examples of
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
@bors try |
⌛ Trying commit d031a44 with merge 5bc97a20e5cc382ae6d19f727a9e73eeb2734548... |
Has something happened to mitigate the problems that caused us to revert this the last time? (#88967) |
The linked FCP is the original, not a new one. There hasn't been recent discussion in that issue or the tracking issue, so if progress has been made, it should probably be referenced in one or both of the issues. It doesn't seem like anything has happened, though. |
I believe rfc#3240 was opened with |
For reference, the primary reason I created this was to have a crater run (the queue is empty, so why not). This would let us judge whether anything has happened on the ecosystem side of things, not just the compiler's. It's been ~10 months since the previous crater run, so I just wanted an update on that front. |
It would be helpful for the PR title to have something like |
The reason I didn't do that is because it should be merged if crater comes back clean. Which, to be honest, is not expected — I presume there are still some root regressions. |
☀️ Try build successful - checks-actions |
@craterbot run mode=build-and-test crates=list:https://crater-reports.s3.amazonaws.com/beta-1.56-2/retry-regressed-list.txt |
🚨 Error: missing desired crates: {"https://crater-reports.s3.amazonaws.com/beta-1.56-2/retry-regressed-list.txt"} 🆘 If you have any trouble with Crater please ping |
@craterbot run mode=build-and-test crates=https://crater-reports.s3.amazonaws.com/beta-1.56-2/retry-regressed-list.txt |
🚨 Error: missing desired crates: {"crw-types"} 🆘 If you have any trouble with Crater please ping |
@craterbot run mode=build-and-test |
👌 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
|
I think it's safe to say that the situation has not improved since the last crater run. As such I am closing this. #88967 is probably the only way forward given the lack of "natural" progress towards disambiguation. |
FCP completed in #79524