EvaluationCache overwrites its entries #50507
Labels
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
When the insertion to
EvaluationCache
is changed to useHashMapExt::insert_same
. It triggers an the assertion which checks that the old value is the same as the new one. This is because the DepNodeIndex changed.Backtrace
Log output
cc @arielb1 @nikomatsakis
The text was updated successfully, but these errors were encountered: