Rust: `rls` no longer builds after rust-lang/rust#69659

Created on 15 May 2020  路  2Comments  路  Source: rust-lang/rust

Hello, this is your friendly neighborhood mergebot.
After merging PR rust-lang/rust#69659, I observed that the tool rls no longer builds.
A follow-up PR to the repository https://github.com/rust-lang/rls is needed to fix the fallout.

cc @CAD97, do you think you would have time to do the follow-up work?
If so, that would be great!

And nominating for compiler team prioritization.

A-rls C-bug

Most helpful comment

rls-span uses Step directly, so needs to be updated.

This is fixed in https://github.com/rust-lang/rls/commit/27869c5929a06ab9e53e87e24adcf642dd25d500. What remains is a coordinated bump to rustc-ap-* crates with rustfmt/racer.

All 2 comments

rls-span uses Step directly, so needs to be updated.

rls-span uses Step directly, so needs to be updated.

This is fixed in https://github.com/rust-lang/rls/commit/27869c5929a06ab9e53e87e24adcf642dd25d500. What remains is a coordinated bump to rustc-ap-* crates with rustfmt/racer.

Was this page helpful?
0 / 5 - 0 ratings