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
Failure when updating stable to nightly, with the error message above:
`
PS Z:> rustup toolchain install nightly-2021-04-21
warning: downloading with complete profile isn't recommended unless you are a developer of the rust language
info: syncing channel updates for 'nightly-2021-04-21-x86_64-pc-windows-msvc'
info: latest update on 2021-04-21, rust version 1.53.0-nightly (6df26f8 2021-04-20)
error: component 'rustc-docs' for target 'x86_64-pc-windows-msvc' is unavailable for download for channel nightly-2021-04-21
Sometimes not all components are available in any given nightly. If you don't need the component, you can remove it with:
rustup 1.23.1 (3df2264a9 2020-11-30)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active `rustc` version is `rustc 1.51.0 (2fd73fabe 2021-03-23)`
The text was updated successfully, but these errors were encountered:
rustc-docs are the documentation for working on the compiler itself (https://doc.rust-lang.org/nightly/nightly-rustc/). They are not available for most platforms (I think they are only published on linux gnu?).
The key part is:
warning: downloading with complete profile isn't recommended unless you are a developer of the rust language
Failure when updating stable to nightly, with the error message above:
`
PS Z:> rustup toolchain install nightly-2021-04-21
warning: downloading with complete profile isn't recommended unless you are a developer of the rust language
info: syncing channel updates for 'nightly-2021-04-21-x86_64-pc-windows-msvc'
info: latest update on 2021-04-21, rust version 1.53.0-nightly (6df26f8 2021-04-20)
error: component 'rustc-docs' for target 'x86_64-pc-windows-msvc' is unavailable for download for channel nightly-2021-04-21
Sometimes not all components are available in any given nightly. If you don't need the component, you can remove it with:
`
I noticed that the component which was missing is named "rustc-docs", but I never heard about it. It may be a typo of 'rust-docs'?
Meta
rustc --version --verbose
:rustup --version --verbose
:The text was updated successfully, but these errors were encountered: