We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now when you upgrade over one of these, things break. I want to do the simplest thing to fix this.
In rustup:
~/.rustup
~/.multirust
In rustup.sh:
~/.rustup.sh
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Right now when you upgrade over one of these, things break. I want to do the simplest thing to fix this.
In rustup:
~/.rustup
is detected to be from rustup.sh, explain what's going on, and to delete it before installing, abort.~/.multirust
is detected or /usr/local/bin/milturust, explain it and how to remove, abortIn rustup.sh:
~/.rustup
is detected to contain rustup's bins then just silently use~/.rustup.sh
for temp data.The text was updated successfully, but these errors were encountered: