Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustup target list shows targets that do not exist #326

Open
brson opened this issue Apr 16, 2016 · 1 comment
Open

rustup target list shows targets that do not exist #326

brson opened this issue Apr 16, 2016 · 1 comment
Milestone

Comments

@brson
Copy link
Contributor

brson commented Apr 16, 2016

On stable there aren't yet mips targets but 'target list' still shows them.

At the present this command shows all targets even when the manifest says they aren't available. We might instead hide targets that are indicated as not available. Unfortunately, the manifest is not rich enough to describe why the target isn't available, and there are two reasons: either the build failed on a non-gated target, or the target doesn't exist yet on the channel. The 'available' manifest flag was designed for the former use case (transient build failures), not the latter.

Perhaps instead of hiding unavailable toolchains we could instead say (unavailable). Not sure offhand.

@brson
Copy link
Contributor Author

brson commented Sep 6, 2016

Let's just add "(unavailable)" to the text.

@rami3l rami3l changed the title toolchain list shows targets that do not exist rustup target list shows targets that do not exist Jul 10, 2024
@rami3l rami3l added this to the 1.29.0 milestone Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants