Hello
I've upgraded my windows 10 wsl1 to wsl2, and since then I'm not able to use cargo build
on any of my projects which I keep on /mnt (i.e. outside of the ubuntu root filesystem).
I'm able to run cargo clean
and the rust compiler directly. However cargo build
just hangs there with no output, all the while consuming a large amout of cpu.
If anyone had run into this before, how did you fix it. I'm currently running cargo 1.43.
P.S. cargo publish
also has the same problem.