Remove arena_cache
modifier from upstream_monomorphizations_for
This commit is contained in:
parent
131f0c6df6
commit
23412dd105
1 changed files with 0 additions and 1 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue