commit
1875cecfd4
1 changed files with 1 additions and 1 deletions
|
@ -599,7 +599,7 @@ rustc_queries! {
|
||||||
desc { "computing the inferred outlives predicates for items in this crate" }
|
desc { "computing the inferred outlives predicates for items in this crate" }
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Maps from an impl/trait `DefId to a list of the `DefId`s of its items.
|
/// Maps from an impl/trait `DefId` to a list of the `DefId`s of its items.
|
||||||
query associated_item_def_ids(key: DefId) -> &'tcx [DefId] {
|
query associated_item_def_ids(key: DefId) -> &'tcx [DefId] {
|
||||||
desc { |tcx| "collecting associated items of `{}`", tcx.def_path_str(key) }
|
desc { |tcx| "collecting associated items of `{}`", tcx.def_path_str(key) }
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue