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 has been archived by the owner on Dec 29, 2022. It is now read-only.
Running "rustup component add rls-preview --toolchain nightly" gives me error: toolchain 'nightly-x86_64-apple-darwin' does not contain component 'rls-preview' for target 'x86_64-apple-darwin'
I encountered the same problem last week and, according to #535 , the problem was fixed. But I still run into this problem today.
The text was updated successfully, but these errors were encountered:
This will be a recurring issue - not every nightly will have the RLS component. To work around this, you can use the beta channel or stick with yesterday's nightly (see rust-lang/vscode-rust#181 (comment)).
After switching to the beta channel, everything works like a charm! Thx~
I think it would be nice to document the solution to this issue in the README if this will be a recurring issue.
Running "rustup component add rls-preview --toolchain nightly" gives me
error: toolchain 'nightly-x86_64-apple-darwin' does not contain component 'rls-preview' for target 'x86_64-apple-darwin'
I encountered the same problem last week and, according to #535 , the problem was fixed. But I still run into this problem today.
The text was updated successfully, but these errors were encountered: