Open
Description
My understanding is that the rust compiler and library sources should now contain everything needed to support Rust on the s390x-unknown-linux-musl
target. In fact, the s390x Alpine distro now comes with a Rust package.
However, I still get:
$ rustup target add s390x-unknown-linux-musl
error: toolchain 'stable-x86_64-unknown-linux-gnu' does not contain component 'rust-std' for target 's390x-unknown-linux-musl'
note: not all platforms have the standard library pre-compiled: https://doc.rust-lang.org/nightly/rustc/platform-support.html
What would need to be done to enable this target?