Trivial example gets incremental compilation error on network folder in windows #80027
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Reproduction
Inside WSL2:
And then, inside native windows, cd into the WSL-hosted folder over the network folder. Mine is located at
\\wsl$\Ubuntu-20.04\home\ryan\Programming\asdf
. Then run the following, which gives the error:Meta
Happens on both latest stable and nightly:
rustc --version --verbose
:Error output
Backtrace
I couldn't seem to get backtrace to work - maybe I didn't set my environment variable properly on windows? I'm successfully doing
echo $RUST_BACKTRACE
in powershell though.The text was updated successfully, but these errors were encountered: