We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 384dd53 + c713ffb commit 1875cecCopy full SHA for 1875cec
compiler/rustc_middle/src/query/mod.rs
@@ -599,7 +599,7 @@ rustc_queries! {
599
desc { "computing the inferred outlives predicates for items in this crate" }
600
}
601
602
- /// 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.
603
query associated_item_def_ids(key: DefId) -> &'tcx [DefId] {
604
desc { |tcx| "collecting associated items of `{}`", tcx.def_path_str(key) }
605
0 commit comments