Compiler panicking when using rayon
's foo.into_par_iter().zip(bar.par_iter_mut());
#110125
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.
Hey, so I was compiling a project and I found a bug that was directed to here.
You can reproduce this error by using my project as explained below. I am happy to answer other questions, but I am not sure I even know where to look. I'll try to get a smaller example.
git clone -b rustc_bug https://github.com/SIMPLE-BuildingSimulation/heat.git cd heat cargo check --features parallel
Code
Meta
rustc --version --verbose
:Error output
Backtrace
RUST_BACKTRACE=1 cargo check --features parallel 2> error.out.txt
Backtrace
The text was updated successfully, but these errors were encountered: