We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arena_cache
Copy
1 parent 2d14db3 commit 236ddf3Copy full SHA for 236ddf3
compiler/rustc_middle/src/query/mod.rs
@@ -729,9 +729,8 @@ rustc_queries! {
729
}
730
731
/// Maps from a trait item to the trait item "descriptor".
732
- query associated_item(key: DefId) -> &'tcx ty::AssocItem {
+ query associated_item(key: DefId) -> ty::AssocItem {
733
desc { |tcx| "computing associated item data for `{}`", tcx.def_path_str(key) }
734
- arena_cache
735
cache_on_disk_if { key.is_local() }
736
separate_provide_extern
737
0 commit comments