I wanted update my nightly on my MacOS (Version 10.14.1) and got this error:
info: syncing channel updates for 'stable-x86_64-apple-darwin'
info: syncing channel updates for 'nightly-x86_64-apple-darwin'
info: latest update on 2018-12-08, rust version 1.32.0-nightly (4a45578bc 2018-12-07)
error: component 'rls' for target 'x86_64-apple-darwin' is unavailable for download
info: checking for self-updates
stable-x86_64-apple-darwin unchanged - rustc 1.31.0 (abe02cefd 2018-12-04)
nightly-x86_64-apple-darwin update failed - rustc 1.29.0-nightly (960f6046c 2018-07-08)
Please see issue #641. The latest nightly version you can (currently) use is 2018-12-06.
As per the reply by ctaggart, please try the following:
rustup install nightly-2018-12-06
rustup default nightly-2018-12-06
rustup component add rls-preview rust-analysis rust-src
Thanks for the correction.
For those who come to this ticket in the future:
You can check what latest versions of nightly have all components by looking here:
https://mexus.github.io/rustup-components-history/i686-apple-darwin.html
Most helpful comment
For those who come to this ticket in the future:
You can check what latest versions of nightly have all components by looking here:
https://mexus.github.io/rustup-components-history/i686-apple-darwin.html