Skip to content

Commit c44eee3

Browse files
committed
Remove ArenaCacheSelector for visible_parent_map query
1 parent 8ad3c1d commit c44eee3

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

compiler/rustc_middle/src/query/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,6 @@ rustc_queries! {
15531553
separate_provide_extern
15541554
}
15551555
query visible_parent_map(_: ()) -> DefIdMap<DefId> {
1556-
storage(ArenaCacheSelector<'tcx>)
15571556
desc { "calculating the visible parent map" }
15581557
}
15591558
query trimmed_def_paths(_: ()) -> FxHashMap<DefId, Symbol> {

0 commit comments

Comments
 (0)