-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Renamed lints in 1.27 beta #51501
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
Comments
The root reason for all the regressions is actually Does anybody know who currently has rights in that repo? @Yamakaky and @brson seem to be unavailable. |
What matters far more than git access is who has crates.io access which according to the crates.io page is @alexcrichton @Yamakaky and @brson . Not sure how alex can be reached before the 1.27 release is out. |
This is why we created the Rust Bus Organisation. In such emergency cases, we can push releases on the owner's behalf. |
In my opinion, this is the kind of thing that can happen with |
To be honest, I'm not really programming in rust these time (following the news though),so I kinda left error-chain behind. |
@Yamakaky 1.27 release is next week, if you have time to cut out a new error-chain release it would be awesome! |
Please note it's unlikely this change will be reverted before the release.
This issue exists mostly to notify crate authors about the change.
In the next release of Rust, 1.27.0, a few lints will be renamed to be consistent with the other names and RFC 344. You can find the full rationale for the change and the list of changed lints in PR #50879.
Your crates have
#[deny(warnings)]
in the build, so the change broke their build. If you want to allow the lint while still supporting old compilers you can use:The text was updated successfully, but these errors were encountered: