-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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 can't run help sub-command in command line mode. #9197
Comments
Hm, I'm not sure what could cause that. Could you provide some more information, such as what toolchain you are using? The way it works, is that it writes the file to a temporary directory. Then, if you have a Do you have any of the following environment variables set?
The thing that seems suspicious to me is the |
Thanks for responding! |
You might try running |
Thanks for your help, I found it's my |
I encountered this same problem. I think this should be considered a bug; rust on windows should ignore any |
Sorry, I meant to reopen this issue. I have posted a fix at #9378. |
I don't know whether it's Cargo's bug or something wrong with my setting. Here is error in detail:
$ cargo help bench
//or other sub-command
And an error like this pop out:
No manual entry for ~\AppData\Local\Temp\cargo-manGE7Y90
Hope for help ,thanks a lot.
The text was updated successfully, but these errors were encountered: