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
Ran the command curl https://sh.rustup.rs -sSf | sh to install rustup, then rustup component add rust-src which worked, then rustup component add rust-docs which fails with the following error:
error: component 'rust-docs' for target 'x86_64-apple-darwin' is required for toolchain 'stable-x86_64-apple-darwin' and cannot be re-added
Which is not google-able and doesn't seem (to me) to provide any clues on how to resolve the issue... any hints?
The text was updated successfully, but these errors were encountered:
Suggest error: component 'rust-docs' is already added for target 'x86_64-apple-darwin' because it is required for toolchain 'stable-x86_64-apple-darwin' and cannot be re-added, type blah blah to see the component
Ran the command
curl https://sh.rustup.rs -sSf | sh
to install rustup, thenrustup component add rust-src
which worked, thenrustup component add rust-docs
which fails with the following error:Which is not google-able and doesn't seem (to me) to provide any clues on how to resolve the issue... any hints?
The text was updated successfully, but these errors were encountered: