-
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
Update rls with compiling clippy #50503
Conversation
Fix rls-clippy feature compile
(rust_highfive has picked a reviewer for you, use r? to override) |
r? @nrc |
Can you also update the clippy submodule? |
Can do! |
Superb! @bors r+ p=1 |
📌 Commit 640e937 has been approved by |
⌛ Testing commit 640e937 with merge bd9bfc8bb7af59b13cecf9fec72a87ecca676554... |
💔 Test failed - status-appveyor |
Failure during stage 1 bootstrap:
cc @kennytm @bors retry |
⌛ Testing commit 640e937 with merge de8e2066ad8a4a64f8f3cd685f1657994b00756a... |
💔 Test failed - status-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 |
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 |
A lot of other builders succeeded, spurious again? @bors retry |
Update rls with compiling clippy Updates rls to use a working clippy version. This pr can be closed if the latest clippy release is broken again.
☀️ Test successful - status-appveyor, status-travis |
Tested on commit rust-lang/rust@697a989. Direct link to PR: <rust-lang/rust#50503> 🎉 clippy-driver on windows: build-fail → test-pass. 🎉 clippy-driver on linux: build-fail → test-pass.
Updates rls to use a working clippy version. This pr can be closed if the latest clippy release is broken again.