-
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 to 32d457717ce37babef199fe4984b1e20d4e108d4 #54489
Conversation
r? @aturon (rust_highfive has picked a reviewer for you, use r? to override) |
|
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 |
edit: should be fixed |
@bors r+ p=3 |
📌 Commit 500352f has been approved by |
update rls to 32d457717ce37babef199fe4984b1e20d4e108d4 I patched rls to use the `rustc_tools_utils` supplied by the clippy submodule to get around the tidy warning. Should fix rls and toolstate.
☀️ Test successful - status-appveyor, status-travis |
Tested on commit rust-lang/rust@5ad5aca. Direct link to PR: <rust-lang/rust#54489> 🎉 rls on windows: build-fail → test-pass. 🎉 rls on linux: build-fail → test-pass.
I patched rls to use the
rustc_tools_utils
supplied by the clippy submodule to get around the tidy warning.Should fix rls and toolstate.