Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign up`rustup toolchain list` should indicate the default toolchain #32784
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
brson commentedApr 6, 2016
Source.
Good point. It could be like
rustup target listwhich uses parens to indicate the status. The list could say(default)next to the default toolchain and(override)or(active)next to an active override.