rustup component list
shows rust-std components it won't accept
#3320
Labels
rustup component list
shows rust-std components it won't accept
#3320
Problem
This second error message is confusing and somewhat misleading. nightly does support aarch64-apple-darwin, but
component
doesn't know how to handle it, you need to userustup target add
instead.Steps
Possible Solution(s)
One or more of the following:
rust-std
inrustup target list
rustup component add rust-std-*
, ideally suggestingrustup target add
.Notes
No response
Rustup version
rustup 1.26.0 (5af9b9484 2023-04-05)
Installed toolchains
The text was updated successfully, but these errors were encountered: