We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to install rust using the following command: curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2017-02-26
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2017-02-26
Results in the following error:
info: downloading installer info: syncing channel updates for 'nightly-2017-02-26-x86_64-unknown-linux-gnu' error: server sent a broken manifest: missing package for component rust-analysis-aarch64-apple-ios info: caused by: package not found: 'rust-analysis' rustup: command failed: /tmp/tmp.sYT6ED854d/rustup-init -y --default-toolchain nightly-2017-02-26
This is on an x86 system so I have no idea why it says aarch64-apple-ios there.
The text was updated successfully, but these errors were encountered:
#967, #966, #963
Sorry, something went wrong.
No branches or pull requests
Trying to install rust using the following command:
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2017-02-26
Results in the following error:
This is on an x86 system so I have no idea why it says aarch64-apple-ios there.
The text was updated successfully, but these errors were encountered: