Compiler panic while installing cargo-src on Windows 10 #54875
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
O-windows
Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
As per the documentation I've ran
"cargo +nightly install cargo-src"
It consistently produces the following result (with backtrace enabled):
Small added explanation: I'm running a Hungarian version of Windows; the error message "Nem megfelelő funkció" means "inappropriate function". Not sure if it matters, but since cargo is installed into the user directory by rustup, it might be relevant that my username has special characters and spaces in it.
The same result occurs if I try using the stable compiler (1.29.1), although that is less relevant since cargo-src requires nightly. Both compilers have only been installed an hour ago, so they are as recent as they can be.
I've also tried cloning the repo of the dependency and building "unreachable v1.0.0" separately, that build succeeds without issues.
The text was updated successfully, but these errors were encountered: