-
Notifications
You must be signed in to change notification settings - Fork 13k
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
borrowck changes #65527
Comments
The errors in |
Regressions 2 and 4 are the same, occurring in use std::any::Any;
fn drain_dyn(v: &mut Vec<Box<dyn Any>>) -> impl Iterator<Item = Box<dyn Any>> {
v.drain()
} See #65582. |
Regression 3, in |
@Mark-Simulacrum I've triaged all four regressions and opened an issue for the only unexpected one. I'll close this issue in favor the new one. |
Hi @Mark-Simulacrum, We own the repo efb9-860a-e752-0dac do you know why this log file contains our repository |
Crater queries GitHub for all Rust repositories (I'm not sure on specifics of how GitHub determines that). We then build all of those repositories on our infrastructure. |
Oh very interesting, thank you 👌 |
This issue may need splitting up into smaller issues:
https://crater-reports.s3.amazonaws.com/beta-1.39-1/beta-2019-09-28/gh/eggmund.Prey/log.txt
https://crater-reports.s3.amazonaws.com/beta-1.39-rustdoc-1/beta-2019-09-28/gh/PEshwar.rust_blockchain/log.txt (unrelated to rustdoc)
https://crater-reports.s3.amazonaws.com/beta-1.39-rustdoc-1/beta-2019-09-28/gh/djcsdy.gfx-playground/log.txt (unrelated to rustdoc)
https://crater-reports.s3.amazonaws.com/beta-1.39-rustdoc-1/beta-2019-09-28/gh/efb9-860a-e752-0dac.rustchal/log.txt
cc #64962
The text was updated successfully, but these errors were encountered: