-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 #59279
Update clippy #59279
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
|
@mati865 As in rust-lang/rust-clippy#3893 (comment), could we also include:
This should also update rustc-ap-* to v407 |
@bors delegate+ |
✌️ @mati865 can now approve this pull request |
Looking into. |
@mati865 remove https://github.com/rust-lang/rust/blob/225c5bf5dd4049c57ba88fdf73e2531aaff1f954/Cargo.lock#L3160-L3189 and try this again (this should prune old rustc-ap-* v373, RLS now only uses Rustfmt 1.1) |
Finally old @bors r=Xanewok |
📌 Commit 986f88b has been approved by |
Nice, thanks! @bors p=5 |
⌛ Testing commit 986f88b with merge 7896c39eef41eb2b4d6543cae334743504d687ee... |
💔 Test failed - checks-travis |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
What I believe is the issue:
@bors retry |
☀️ Test successful - checks-travis, status-appveyor |
📣 Toolstate changed by #59279! Tested on commit ef4d1c4. 🎉 clippy-driver on windows: build-fail → test-pass (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra). |
Tested on commit rust-lang/rust@ef4d1c4. Direct link to PR: <rust-lang/rust#59279> 🎉 clippy-driver on windows: build-fail → test-pass (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra). 🎉 clippy-driver on linux: build-fail → test-pass (cc @Manishearth @llogiq @mcarton @oli-obk @phansch, @rust-lang/infra). 🎉 rls on windows: build-fail → test-pass (cc @nrc @Xanewok, @rust-lang/infra). 🎉 rls on linux: build-fail → test-pass (cc @nrc @Xanewok, @rust-lang/infra).
Fixes #59218
cc @Xanewok