-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsO-MIPSTarget: MIPS processorsTarget: MIPS processors
Description
mips64-unknown-linux-gnuabi64 target for Rust 1.72 is missing in rustup, producing the following error while trying to update:
error: component 'rust-std' for target 'mips64-unknown-linux-gnuabi64' is unavailable for download for channel 'stable'
error: If you don't need the component, you could try a minimal installation with:
error:
error: rustup toolchain add stable --profile minimal
This target is listed as tier 2, was available in Rust 1.71 and it is not mentioned in Rust 1.72 release notes as being downgraded.
VorpalBlade
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsO-MIPSTarget: MIPS processorsTarget: MIPS processors