-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Fix RLS toolstate after #54356 merge #54643
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
Conversation
|
@bors r+ p=2 |
📌 Commit 632f3b1 has been approved by |
⌛ Testing commit 632f3b1 with merge 246dee4c33e7619f11860d44ad8d5212fd6e86af... |
💔 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 |
@kennytm seems spurious? |
@bors: retry |
Fix RLS toolstate after #54356 merge Fixes toolstate regression caused by #54356. The `save::process_crate` now needs to be passed an additional `&Input`, this change contains the RLS equivalent of [this](https://github.com/rust-lang/rust/pull/54356/files#diff-707a0eda6b2f1a0537abc3d23133748cR983). r? @kennytm (or @nrc if you're not away yet)
☀️ Test successful - status-appveyor, status-travis |
Tested on commit rust-lang/rust@63d51e8. Direct link to PR: <rust-lang/rust#54643> 🎉 rls on windows: build-fail → test-pass. 🎉 rls on linux: build-fail → test-pass.
Fixes toolstate regression caused by #54356.
The
save::process_crate
now needs to be passed an additional&Input
, this change contains the RLS equivalent of this.r? @kennytm (or @nrc if you're not away yet)