-
Notifications
You must be signed in to change notification settings - Fork 6
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
create a rust-toolchain.toml file with channel="nightly" when the --nightly tag is set #24
Comments
That's an interesting idea. I agree that it could be useful, but I'm not sure if it's in scope for cargo-wizard. Should every Cargo tool that interacts with nightly features configure toolchain file? 🤔 Have you seen this behavior in other similar tools? |
not really sure; I've never seen a tool that creates a Also, since this is a configuration tool, some people might expect |
I suppose that using the nightly options without using a nightly compiler is not useful, yeah. That being said, I use nightly in some projects, but I never used |
According to the rustup book lists 5 ways to change the toolchain to nightly; out of those 2 are global and 1 is temporary so the remaining options are |
Ok. As long as there is a way to opt-out, I'd accept a PR for this :) |
If the My problems is using But it failed due to not found the rust-toolchain.toml:
failed log: Besides,
|
Please create a separate issue about that, thanks! |
I had opened a new issue here #25. |
sorry if the title is a bit too long; but this entire issue is basically title. I have no idea how this could be handled if there is already a
rust-toolchain.toml
file, but I think it would be nice if a newrust-toolchain.toml
file is created atleast when there isn't one present; withAlso, I would happy to create a pull request for this
The text was updated successfully, but these errors were encountered: