-
Notifications
You must be signed in to change notification settings - Fork 2.6k
cargo clean doesn't work well from Windows #12214
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
Comments
Due to the lack of a minimal set of steps to reproduce, it's hard to help with this issue. Could you add a minimal reproducer and attach the version information via Besides, a related pull request just got merged #11442. The fix should be released in the next few days on nightly channel. |
Sorry for lack information.
|
What did you want to achieve, what have you done, and what did it exactly mean by “caches are not cleared”? We need a clear description and a reproducer of the problem to proceed. Thank you. |
Sorry for bothering you. After the cargo project creation, I wrote down some dependencies on After remove the registry and cache directory from Please lmk how can I solve the |
Dud you have any other editor opening the same project? Usually Rust Analyzer or some IDE integration will run If you were stuck in “Blocking waiting for xxxx” for a long while, say 3 minutes, without any IDE integration in the background, it might be a real issue. If in that case you could try deleting |
Thank you for your advice. |
Cargo uses Lines 433 to 501 in 0c14026
If you can reproduce it very constantly, would you be willing to provide a minimal reproducible example? |
Got it. |
Problem
I tried to build rust project with Cargo but faced
Blocking waiting for xxxxx
.So I tried to clean cargo cache as following
cargo clean
But caches are not cleared from Windows OS so I manually remove those files from System drive.
Steps
No response
Possible Solution(s)
No response
Notes
No response
Version
No response
The text was updated successfully, but these errors were encountered: