Use LocalDefIdSet instead of FxHashSet for reachable_set query.
This commit is contained in:
parent
5ff00f96e6
commit
f0eadbafd4
5 changed files with 12 additions and 9 deletions
|
@ -1113,7 +1113,7 @@ rustc_queries! {
|
|||
desc { "checking for private elements in public interfaces" }
|
||||
}
|
||||
|
||||
query reachable_set(_: ()) -> &'tcx FxHashSet<LocalDefId> {
|
||||
query reachable_set(_: ()) -> &'tcx LocalDefIdSet {
|
||||
arena_cache
|
||||
desc { "reachability" }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue