FS#53711 - [rustup] rls proxy binary not created
Attached to Project:
Community Packages
Opened by nope (chet) - Wednesday, 19 April 2017, 03:13 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Wednesday, 19 April 2017, 18:24 GMT
Opened by nope (chet) - Wednesday, 19 April 2017, 03:13 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Wednesday, 19 April 2017, 18:24 GMT
|
Details
Description: Rustup installed through the repos (despite
being up to date) doesn't create the rls proxy binary in
~/.cargo/bin after running 'rustup component add rls' where
rustup installed through rustup.rs does.
Additional info: * rustup 1.2.0-1 Steps to reproduce: # pacman -S rustup $ rustup install nightly $ rustup default nightly $ rustup component add rls $ rls command fails, ~/.cargo/bin is empty # pacman -Rns rustup $ curl https://sh.rustup.rs -sSf | sh $ rustup install nightly $ rustup default nightly $ rustup component add rls $ rls works as expected |
This task depends upon
Closed by Sven-Hendrik Haase (Svenstaro)
Wednesday, 19 April 2017, 18:24 GMT
Reason for closing: Fixed
Wednesday, 19 April 2017, 18:24 GMT
Reason for closing: Fixed