Copy ty::AssocItem
all other the place
This commit is contained in:
parent
236ddf36b3
commit
a32d392741
17 changed files with 89 additions and 96 deletions
|
@ -736,7 +736,7 @@ rustc_queries! {
|
|||
}
|
||||
|
||||
/// Collects the associated items defined on a trait or impl.
|
||||
query associated_items(key: DefId) -> &'tcx ty::AssocItems<'tcx> {
|
||||
query associated_items(key: DefId) -> &'tcx ty::AssocItems {
|
||||
arena_cache
|
||||
desc { |tcx| "collecting associated items of `{}`", tcx.def_path_str(key) }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue