Crate using windows crate as dependency fails to build using parallel compilation #83446
Labels
A-parallel-queries
Area: Parallel query execution
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
I built a stage2 compiler locally using 5b33de3 with
parallel-compiler = true
. I then tried compiling this code which uses the windows crate using the following cargo invocation:cargo +stage2 rustc -v -- -Z threads=2
. This lead to the following error:This panic message is similar to the error message in #82991 which also surfaces when cross compiling this code with a non-parallel compiler.
This happens when running with
-Z threads=N
where N >= 2 (well only tested with 2 and 4).The text was updated successfully, but these errors were encountered: