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

Allow any toolchain to be specified as the default during rustup installation. #586

Merged
merged 1 commit into from
Jul 19, 2016
Merged

Allow any toolchain to be specified as the default during rustup installation. #586

merged 1 commit into from
Jul 19, 2016

Conversation

jimmycuadra
Copy link
Contributor

Instead of restricting the --default-toolchain argument to rustup-init to one of the release channel names, allow any toolchain specification, but warn the user if they do so, since this makes it easier to accidentally install rustup with an invalid toolchain name.

Fixes #559.

});
}

#[test]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for writing tests!

@brson
Copy link
Contributor

brson commented Jul 15, 2016

Thanks for this!

@brson brson merged commit ac3a5fb into rust-lang:master Jul 19, 2016
@liuchong
Copy link

Got here from #559
so, seems the "--no-toolchains" did not implemented? 😹

@jimmycuadra jimmycuadra deleted the custom-default-toolchain branch September 17, 2017 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants