]> git.lizzy.rs Git - rust.git/commit
Auto merge of #54643 - Xanewok:fix-rls, r=kennytm
authorbors <bors@rust-lang.org>
Fri, 28 Sep 2018 20:30:17 +0000 (20:30 +0000)
committerbors <bors@rust-lang.org>
Fri, 28 Sep 2018 20:30:17 +0000 (20:30 +0000)
commit63d51e89af33a7cc1c81bbaee335131b7bd00803
treec49b25d995f2734c4d6191220f2809dc1b53b0fe
parent80e6e3e582a9eb9115900d51ae6edecf46d81f6e
parent632f3b144edc43455f1b3dfc7488fe6f2ee60470
Auto merge of #54643 - Xanewok:fix-rls, r=kennytm

Fix RLS toolstate after #54356 merge

Fixes toolstate regression caused by https://github.com/rust-lang/rust/pull/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)