ICE when building from Windows Powershell in a WSL2 source directory #79574
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.
rustc will ICE when compiling any code from Windows inside of a WSL2 directory.
To reproduce:
(in a WSL shell):
cargo new foo
(in Powershell):
cd \\wsl$\Ubuntu\home\user\foo; cargo build
Code
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: