]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/ich/impls_ty.rs
Auto merge of #49626 - fanzier:chalk-lowering, r=scalexm
[rust.git] / src / librustc / ich / impls_ty.rs
index c5be1b1174c432c0d2b2bb6c624a6cd8ba2aa859..70c152b40c0d25fdbc77561268c46efa6c192459 100644 (file)
@@ -1387,6 +1387,7 @@ fn hash_stable<W: StableHasherResult>(&self,
             FromEnv(where_clause) => where_clause.hash_stable(hcx, hasher),
 
             WellFormedTy(ty) => ty.hash_stable(hcx, hasher),
+            Normalize(projection) => projection.hash_stable(hcx, hasher),
             FromEnvTy(ty) => ty.hash_stable(hcx, hasher),
             RegionOutlives(predicate) => predicate.hash_stable(hcx, hasher),
             TypeOutlives(predicate) => predicate.hash_stable(hcx, hasher),