]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc/ich/impls_ty.rs
Use ItemLocalId as key for TypeckTables::fru_field_types.
[rust.git] / src / librustc / ich / impls_ty.rs
index 740b4c428dc1ada1a9f19b54d8fb7fc193d6672c..84058119b4591f43154f57d3f0fdcac4935aee8f 100644 (file)
@@ -657,7 +657,7 @@ fn hash_stable<W: StableHasherResult>(&self,
             ich::hash_stable_itemlocalmap(hcx, hasher, closure_tys);
             ich::hash_stable_itemlocalmap(hcx, hasher, closure_kinds);
             ich::hash_stable_itemlocalmap(hcx, hasher, liberated_fn_sigs);
-            ich::hash_stable_nodemap(hcx, hasher, fru_field_types);
+            ich::hash_stable_itemlocalmap(hcx, hasher, fru_field_types);
             ich::hash_stable_nodemap(hcx, hasher, cast_kinds);
 
             ich::hash_stable_hashset(hcx, hasher, used_trait_imports, |hcx, def_id| {