You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found out that it didn't work normally while testing. So I ran a cargo clean. However, it came out as below. So I looked up the related contents on git. But, I failed to remove nfs000000000602dadc00060c3c and other files. And yet the cargo clean still doesn't work. What should I do?
$ cargo clean
error: failed to remove build artifact
Caused by:
failed to remove file /home/sXXXXXXXX/cs220/target/debug/deps/.nfs000000000602dadc00060c3c
I found out that it didn't work normally while testing. So I ran a cargo clean. However, it came out as below. So I looked up the related contents on git. But, I failed to remove nfs000000000602dadc00060c3c and other files. And yet the cargo clean still doesn't work. What should I do?
$ cargo clean
error: failed to remove build artifact
Caused by:
failed to remove file
/home/sXXXXXXXX/cs220/target/debug/deps/.nfs000000000602dadc00060c3c
Caused by:
Device or resource busy (os error 16)
(I saw the this article.
rust-lang/vscode-rust#630
rust-lang/cargo#6943)
The text was updated successfully, but these errors were encountered: