-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Remove Cycle::try_fold override #56904
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
It was a incorrect optimization.
After fixing the bug, it no longer improves benchmark. So, now this PR just removes the override. |
@bors r+ rollup Makes sense. Thanks! |
📌 Commit f0483f7 has been approved by |
IMHO this should be p=1 and landed ASAP, @bluss, not as part of rollup, as it fixes invalid behaviour in valid code (i.e. problem as bad as soundness issues). |
@bors p=1 rollup- Yes. Let's see if bors can do that. There are several bugfixes queued, but looks like we're not overtaking something more critical. |
Remove Cycle::try_fold override Fixes #56883
☀️ Test successful - status-appveyor, status-travis |
Fixes #56883