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

Using nightly Cargo with stable Rust toolchain? #125

Open
gushromp opened this issue Feb 20, 2016 · 1 comment
Open

Using nightly Cargo with stable Rust toolchain? #125

gushromp opened this issue Feb 20, 2016 · 1 comment

Comments

@gushromp
Copy link

Hi.

Is the above possible, i.e. is there a switch or a configuration method for this?

@brson
Copy link
Owner

brson commented Feb 20, 2016

No, there is no way to do this now, but thanks for the idea.

This is related to the problem of locally-installed toolchains not containing cargo. I'd like to add a fallback so that if cargo exists, multirust just picks a cargo that is available, probably preferring stable, then beta, then nightly.

With that fallback, if you wanted to use nightly cargo with stable rust you might be able to delete cargo from the stable toolchain and fallback to nightly cargo.

We might also teach multirust-rs to create custom toolchains by combining components from arbitrary channels, or the archives. Too difficult for multirust.sh though.

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

No branches or pull requests

2 participants