]> git.lizzy.rs Git - rust.git/commit
Auto merge of #53701 - Xanewok:update-rls, r=kennytm
authorbors <bors@rust-lang.org>
Sat, 25 Aug 2018 19:30:10 +0000 (19:30 +0000)
committerbors <bors@rust-lang.org>
Sat, 25 Aug 2018 19:30:10 +0000 (19:30 +0000)
commit39e6ba82182b264c94bc62a1284d115b50ff1bd3
tree48fd93bb988270ae0288c403fba6c58ee833c16a
parent545f22340f72ee0efaf6463efb43a2840e3d35db
parent3a17cf7f8fcd9106d656ac8ecb1122e3ca09d266
Auto merge of #53701 - Xanewok:update-rls, r=kennytm

Update RLS

Continuation of https://github.com/rust-lang/rust/pull/53610.
Workspaces are tricky - the `json_internal` problem was only reproducible in Rust CI (not sure why it was only relevant to Windows?) and it seems that this was fixed by updating serde_json workspace-wide.

Tested locally in Rust repo and it seems to be working.

Nightlies are currently shipping without RLS, so it'd be great to include this in the next nightlies if possible.