1
Fork 0

Remove arena_cache modifier from upstream_monomorphizations_for

This commit is contained in:
Maybe Waffle 2023-02-06 09:06:01 +00:00
parent 131f0c6df6
commit 23412dd105

View file

@ -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),