-
Notifications
You must be signed in to change notification settings - Fork 895
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
cargo binary doesn't work with nightly-2022-07-10 specified in rust-toolchain.toml #3025
Comments
Strangely enough, by uninstalling the |
I'm not familiar with the publishing process for the channels, but my hunch here is that cargo wasn't published or some such - though thats not entirely consistent with the output you've pasted. |
This has affected me as well (Ubuntu 22.04). Nightly doesn't build, but specific versions do, e.g. |
This worked for me. I suspect somewhere, someone pushed a bad version of nightly on the linux-gnu architecture, and the only solution was to do a complete uninstall and reinstall. |
I was having a different toolchain, but tried the same thing, of uninstalling and then reinstalling worked for me |
In my case, I had to run |
I uninstalled the nightly toolchain, and reinstalled and it started to work, so can confirm OP is right. |
Just |
I fixed this using |
after updating the code from the master which was changed to rustup uninstall nightly-2024-05-14 |
Problem
I used to specify the toolchain version that I want to use in
rust-toolchain.toml
, but recently I get an error like this when I try to use cargoSteps
Create a
rust-toolchain.toml
file.Install a nightly toolchain using rustup. Then try to run cargo in this workspace.
Possible Solution(s)
rust-toolchain.toml
nightly-2022-07-10
tonightly
Notes
No response
Rustup version
Installed toolchains
The text was updated successfully, but these errors were encountered: