Skip to content

Commit 23412dd

Browse files
committed
Remove arena_cache modifier from upstream_monomorphizations_for
1 parent 131f0c6 commit 23412dd

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

-1
Original file line numberDiff line numberDiff line change
@@ -1541,7 +1541,6 @@ rustc_queries! {
15411541
query upstream_monomorphizations_for(def_id: DefId)
15421542
-> Option<&'tcx FxHashMap<SubstsRef<'tcx>, CrateNum>>
15431543
{
1544-
arena_cache
15451544
desc { |tcx|
15461545
"collecting available upstream monomorphizations for `{}`",
15471546
tcx.def_path_str(def_id),

0 commit comments

Comments
 (0)