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 show active-toolchain could be more detailed #2685

Closed
matthiaskrgr opened this issue Feb 28, 2021 · 3 comments · Fixed by #2710
Closed

rustup show active-toolchain could be more detailed #2685

matthiaskrgr opened this issue Feb 28, 2021 · 3 comments · Fixed by #2710

Comments

@matthiaskrgr
Copy link
Member

Right now rustup show active-toolchain shows this on my system:

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

It would be nice to not only know the active channel but perhaps also show the actual compiler version and the corresponding hash? (perhaps through a --verbose flag?)

nightly-x86_64-unknown-linux-gnu (default) - 1.52.0-nightly (94736c434 2021-02-27)
@kinnison
Copy link
Contributor

kinnison commented Mar 2, 2021

I concur that it would be helpful to know this information. Are you in a position to offer a patch? If you want help working out what to do, we're willing to assist either here or on the Discord channel for Rustup.

@urohit011
Copy link

Can I take this issue?

@kinnison
Copy link
Contributor

@urohit011 We don't really operate a process of handing issues out per-se, now that you've expressed an interest here, that's enough. If you want to discuss things, then #wg-rustup on the rust-lang discord is the best place to find us, or you can post here too. Thanks for being interested in getting into rustup development.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants