-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Update Clippy #78310
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
Update Clippy #78310
Conversation
...and also swap their position
Rustup changelog: none r? `@ghost`
@bors r+ p=2 rollup=never |
📌 Commit ca11eeb has been approved by |
⌛ Testing commit ca11eeb with merge be4d202047b99c6d7d8a3d457c3c38fdd1df6846... |
💔 Test failed - checks-actions |
Added a feature to Error logthread 'main' panicked at 'tools should not compile multiple copies of the same crate', src/bootstrap/tool.rs:196:13 duplicate artifacts found when compiling a tool, this typically means that something was recompiled because a transitive dependency has different features activated than in a previous build: note: run with `RUST_BACKTRACE=1` environment variable to display a backtracethe following dependencies are duplicated although they have the same features enabled: to fix this you will probably want to edit the local src/tools/rustc-workspace-hack/Cargo.toml crate, as that will update the dependency graph to ensure that these crates all share the same feature set |
@bors r+ |
📌 Commit a513919 has been approved by |
☀️ Test successful - checks-actions |
Biweekly Clippy update.
This includes a Cargo.lock update: ca11eeb (should be rollup=never)
r? @Manishearth