rust-lang/blog.rust-lang.org

`incompatible_msrv` does not seem to be launched in 1.77

Closed this issue · 4 comments

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

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

I'm happy to merge a PR dropping it, won't have a chance to put that together for some time.