Rust compiler hangs when compiling code with zip-related benchmarks #116624
Labels
C-bug
Category: This is a bug.
I-compiletime
Issue: Problems and improvements with respect to compile times.
I tried this code:
Command
Code
I expected to see this happen: The compiler compiles successfully or outputs an error message.
Instead, this happened: The code, as provided below, appears to encounter a hang
Meta
rustc --version --verbose
:The same problem is reproduced on the nightly version(1.75.0-nightly (d627cf0 2023-10-10)) as well. (and
-Ztrait-solver=next
cannot solve it)what's more, to get more information,I also tried '-Z time-passes' (using nighly version):
Backtrace
The text was updated successfully, but these errors were encountered: