-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
[beta] Clippy (early) beta backport #119584
Conversation
|
Some changes occurred in src/tools/clippy cc @rust-lang/clippy |
@bors r+ rollup=never |
…k-Simulacrum [beta] Clippy (early) beta backport Early backport of - rust-lang/rust-clippy#11997 This is causing some major issues for Clippy beta-users. As those are the ones that help testing new lints early, we want to fix their issues ASAP. r? `@Mark-Simulacrum` cc `@Manishearth`
💔 Test failed - checks-actions |
There is an issue with the aarch64-apple runners (#119546). I might suggest holding off on beta PRs until that is resolved (or backporting if it isn't resolved in a few weeks). |
Although it's not clear how urgent this PR is, perhaps backporting earlier might be warranted. |
Rolled into #119719. |
…mulacrum [beta] backport rollup This PR backports: - rust-lang#119544: Fix: Properly set vendor in i686-win7-windows-msvc target - rust-lang#118796: Exhaustiveness: Improve complexity on some wide matches - rust-lang#119546: Temporarily disable M1 runners on GitHub Actions - rust-lang#119584: [beta] Clippy (early) beta backport - rust-lang#119559: [beta-1.76] Update cargo And also: - Bumps stage0 to released stable. r? `@Mark-Simulacrum`
…mulacrum [beta] backport rollup This PR backports: - rust-lang#119544: Fix: Properly set vendor in i686-win7-windows-msvc target - rust-lang#118796: Exhaustiveness: Improve complexity on some wide matches - rust-lang#119546: Temporarily disable M1 runners on GitHub Actions - rust-lang#119584: [beta] Clippy (early) beta backport - rust-lang#119559: [beta-1.76] Update cargo And also: - Bumps stage0 to released stable. r? `@Mark-Simulacrum`
Early backport of
uninhabited_references
tonursery
rust-clippy#11997This is causing some major issues for Clippy beta-users. As those are the ones that help testing new lints early, we want to fix their issues ASAP.
r? @Mark-Simulacrum
cc @Manishearth