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
rustup override remove
If I'm in C:\
$ rustup override add nightly $ rustup override remove info: no override toolchain for 'C:\'
The text was updated successfully, but these errors were encountered:
Not works with the root directory, as reported and confirmed.
Sorry, something went wrong.
I was also able to reproduce the error you saw where rustc printed the wrong version for the "C:" override.
rustc
Auto merge of #317 - brson:winoverride, r=alexcrichton
1c15b56
Fix overrides for C:\. Fixes #316
c20fc10
Merge pull request #317 from brson/winoverride
2b922d9
No branches or pull requests
If I'm in C:\
The text was updated successfully, but these errors were encountered: