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
https://doc.rust-lang.org/cargo/reference/config.html
Gives the following list:
Yet on windows neither of the two suggested path variables seem to exist:
D:\dev\terbium>echo %CARGO_HOME% %CARGO_HOME% D:\dev\terbium>echo %HOME% %HOME%
The actual .cargo directory seems to be located in C:\Users\<username>\.cargo, so that should be mentioned.
.cargo
C:\Users\<username>\.cargo
The text was updated successfully, but these errors were encountered:
Yea, $HOME is usually %USERPROFILE% on windows, seems reasonable to mention that!
Sorry, something went wrong.
6b4dd23
Successfully merging a pull request may close this issue.
https://doc.rust-lang.org/cargo/reference/config.html
Gives the following list:
Yet on windows neither of the two suggested path variables seem to exist:
The actual
.cargo
directory seems to be located inC:\Users\<username>\.cargo
, so that should be mentioned.The text was updated successfully, but these errors were encountered: