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 override set nightly cannot be seen in rustup toolchain list #2295

Closed
bestia-dev opened this issue Apr 24, 2020 · 1 comment
Closed

Comments

@bestia-dev
Copy link
Contributor

rustup override set nightly overrides the default toolchain for that directory only.
But in rustup toolchain list this cannot be seen. There is only the old default:

stable-x86_64-unknown-linux-gnu (default)   
nightly-x86_64-unknown-linux-gnu  

It would be informative to add something like (override):

stable-x86_64-unknown-linux-gnu (default)   
nightly-x86_64-unknown-linux-gnu  (override)
@kinnison
Copy link
Contributor

This is an interesting idea and should not be too hard to implement. If you wanted to have a go at a PR, I'd be happy to discuss things with you. You can find me on our Discord channel on the rust-lang server. If you (or anyone else reading this) wants to take this on, comment on here so we know and don't duplicate work.

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