-
Notifications
You must be signed in to change notification settings - Fork 298
incompatible_msrv
does not seem to be launched in 1.77
#1277
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
this is a bug in the blog post, the list of new lints appears correct in the changelog |
https://blog.rust-lang.org/2024/03/21/Rust-1.77.0.html#clippy-adds-a-new-incompatible_msrv-lint this section should be removed and reused for the 1.78 release cc @Mark-Simulacrum and @rust-lang/release |
Unsure what happened here Probably what caused rust-lang/blog.rust-lang.org#1277
I'm happy to merge a PR dropping it, won't have a chance to put that together for some time. |
So it was the lint didn't make it into the release train I guess? |
Correct version for incompatible_msrv Unsure what happened here Probably what caused rust-lang/blog.rust-lang.org#1277 changelog: none
Description
It triggers an unknown lint warning.
See this playground, clippy-stable (1.77) doesn't know the lint, beta (1.78-beta-1) does though.
Version
No response
Additional Labels
No response
The text was updated successfully, but these errors were encountered: