resolve conflicts
resolve conflicts
This commit is contained in:
parent
115e216067
commit
6c3f5b8535
5 changed files with 8 additions and 133 deletions
|
@ -564,7 +564,7 @@ rustc_queries! {
|
|||
}
|
||||
|
||||
/// Collects the associated items defined on a trait or impl.
|
||||
query associated_items(key: DefId) -> ty::AssociatedItems<'tcx> {
|
||||
query associated_items(key: DefId) -> ty::AssocItems<'tcx> {
|
||||
storage(ArenaCacheSelector<'tcx>)
|
||||
desc { |tcx| "collecting associated items of {}", tcx.def_path_str(key) }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue