Closed
Description
Steps to reproduce
rustup default nightly
rustup update
rustup target add thumbv7neon-unknown-linux-gnueabihf
Then:
rustc --print target-list | grep thumbv7neon-unknown-linux-gnueabihf
Actual results
First:
error: component 'rust-std' for target 'thumbv7neon-unknown-linux-gnueabihf' is unavailable for download
Then:
thumbv7neon-unknown-linux-gnueabihf
Expected results
Expected the rust-std
component for the thumbv7neon-unknown-linux-gnueabihf
and thumbv7neon-linux-androideabi
targets to be available.
Metadata
Metadata
Assignees
Labels
No labels