# Steps to reproduce ```sh rustup default nightly rustup update rustup target add thumbv7neon-unknown-linux-gnueabihf ``` Then: ```sh 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](https://github.com/rust-lang/rust/pull/56947) to be available.