Exponential compile time with invalid use of modifying-assignment operators #117690
Labels
C-bug
Category: This is a bug.
I-compiletime
Issue: Problems and improvements with respect to compile times.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Found by fuzzing and probably only affects fuzzing
Code
Where it's slow
According to
-Z time-passes
the slowness is withintype_check_crate
.check_expr_coercible_to_type
is on the stack multiple times (sample head)Regression
Regression in nightly-2023-04-30, maybe due to #110877?
Commits in range
Version
The text was updated successfully, but these errors were encountered: