You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 29, 2022. It is now read-only.
After updating to 1.23.0-nightly (d9f124965 2017-10-27) I am receiving the error below when attempting to install RLS on Linux (nightly-x86_64-unknown-linux-gnu) and Windows (nightly-x86_64-pc-windows-msvc).
$ rustup component add rls-preview --toolchain nightly
error: toolchain 'nightly-x86_64-unknown-linux-gnu' does not contain component 'rls-preview' for target 'x86_64-unknown-linux-gnu'
Running 'rls' triggers this error:
$ rls
error: toolchain 'nightly-x86_64-unknown-linux-gnu' does not have the binary `rls`
A similar problem was reported last month under Issue 502, when the component was renamed from 'rls' to 'rls-preview'.
For me neither running 'rustup self update' nor uninstalling & reinstalling rustup resolved the issue.
jacobmischka, GabrielMajeri, azizunsal, Frederick888, BrianOn99 and 12 more