Remove arena_cache modifier from upstream_monomorphizations_for
This commit is contained in:
@@ -1541,7 +1541,6 @@ rustc_queries! {
|
||||
query upstream_monomorphizations_for(def_id: DefId)
|
||||
-> Option<&'tcx FxHashMap<SubstsRef<'tcx>, CrateNum>>
|
||||
{
|
||||
arena_cache
|
||||
desc { |tcx|
|
||||
"collecting available upstream monomorphizations for `{}`",
|
||||
tcx.def_path_str(def_id),
|
||||
|
||||
Reference in New Issue
Block a user