-
Notifications
You must be signed in to change notification settings - Fork 900
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
rustup self update fails on windows, can't remove its binary #1188
Comments
On my system it turned out that some instance of I terminated |
For others running into this problem--I just realized that my VS Code, which had the rust language service installed, was running |
I could not find any rust related process running on my system. I was able to update rustup by simply removing rustup.exe and downloading and running rustup-init.exe from the official website. https://www.rust-lang.org/en-US/install.html After that, running rustup update prompted me to also remove cargo-fmt and rustfmt, which were then reinstalled and the error is gone. |
Suggested fix: try |
And then it just hangs forever.
The text was updated successfully, but these errors were encountered: