Skip to content

Commit b98ff91

Browse files
TEMPORARY: revert hashing
1 parent 6d29557 commit b98ff91

File tree

1 file changed

+0
-3
lines changed
  • compiler/rustc_middle/src/hir/map

1 file changed

+0
-3
lines changed

compiler/rustc_middle/src/hir/map/mod.rs

-3
Original file line numberDiff line numberDiff line change
@@ -1121,9 +1121,6 @@ pub(super) fn crate_hash(tcx: TyCtxt<'_>, _: LocalCrate) -> Svh {
11211121
// the fly in the resolver, storing only their accumulated hash in `ResolverGlobalCtxt`,
11221122
// and combining it with other hashes here.
11231123
resolutions.visibilities_for_hashing.hash_stable(&mut hcx, &mut stable_hasher);
1124-
with_metavar_spans(|mspans| {
1125-
mspans.hash_stable(&mut hcx, &mut stable_hasher);
1126-
});
11271124
stable_hasher.finish()
11281125
});
11291126

0 commit comments

Comments
 (0)