We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d29557 commit b98ff91Copy full SHA for b98ff91
compiler/rustc_middle/src/hir/map/mod.rs
@@ -1121,9 +1121,6 @@ pub(super) fn crate_hash(tcx: TyCtxt<'_>, _: LocalCrate) -> Svh {
1121
// the fly in the resolver, storing only their accumulated hash in `ResolverGlobalCtxt`,
1122
// and combining it with other hashes here.
1123
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
- });
1127
stable_hasher.finish()
1128
});
1129
0 commit comments