Closed
Description
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:
#![allow(unknown_lints, renamed_and_removed_lints, old_lint, new_lint)]
- elastic regressed from stable to beta (build log) cc @KodrAus
- itm regressed from stable to beta (build log) cc @japaric
- libjwt regressed from stable to beta (build log) cc @lightdiscord
- libpasta regressed from stable to beta (build log) cc @samscott89
- mqtt regressed from stable to beta (build log) cc @flier
- sherpa regressed from stable to beta (build log) cc @mikeastock
- slack-hook regressed from stable to beta (build log) cc @compressed
- sudo_plugin regressed from stable to beta (build log) cc @stouset
- ptx-builder regressed from stable to beta (build log) cc @denzp
- serde_qs regressed from stable to beta (build log) cc @samscott89
- japaric/itm (GitHub repo) regressed from stable to beta (build log) cc @japaric