Skip to content

Commit afc29b9

Browse files
Auto merge of #144927 - blyxyas:nohash-effective-vis, r=<try>
Disable hashing on `effective_visibilities`
2 parents 0060d5a + 64189bf commit afc29b9

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_middle/src/query

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/query/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1387,7 +1387,7 @@ rustc_queries! {
13871387

13881388
/// Performs part of the privacy check and computes effective visibilities.
13891389
query effective_visibilities(_: ()) -> &'tcx EffectiveVisibilities {
1390-
eval_always
1390+
no_hash
13911391
desc { "checking effective visibilities" }
13921392
}
13931393
query check_private_in_public(module_def_id: LocalModDefId) {

0 commit comments

Comments
 (0)