We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4dd9ed + 23412dd commit 401fe5cCopy full SHA for 401fe5c
compiler/rustc_middle/src/query/mod.rs
@@ -1541,7 +1541,6 @@ rustc_queries! {
1541
query upstream_monomorphizations_for(def_id: DefId)
1542
-> Option<&'tcx FxHashMap<SubstsRef<'tcx>, CrateNum>>
1543
{
1544
- arena_cache
1545
desc { |tcx|
1546
"collecting available upstream monomorphizations for `{}`",
1547
tcx.def_path_str(def_id),
0 commit comments