]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #91892 - compiler-errors:fix-inferty-hashtable, r=dtolnay
authorMatthias Krüger <matthias.krueger@famsik.de>
Tue, 14 Dec 2021 09:21:07 +0000 (10:21 +0100)
committerGitHub <noreply@github.com>
Tue, 14 Dec 2021 09:21:07 +0000 (10:21 +0100)
Fix HashStable implementation on InferTy

HashStable impl forgot to hash the discriminant.

Fixes #91807


Trivial merge