Skip to content

Commit 1875cec

Browse files
Rollup merge of #89200 - hkmatsumoto:patch, r=workingjubilee
Fix typo
2 parents 384dd53 + c713ffb commit 1875cec

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_middle/src/query

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/query/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ rustc_queries! {
599599
desc { "computing the inferred outlives predicates for items in this crate" }
600600
}
601601

602-
/// Maps from an impl/trait `DefId to a list of the `DefId`s of its items.
602+
/// Maps from an impl/trait `DefId` to a list of the `DefId`s of its items.
603603
query associated_item_def_ids(key: DefId) -> &'tcx [DefId] {
604604
desc { |tcx| "collecting associated items of `{}`", tcx.def_path_str(key) }
605605
}

0 commit comments

Comments
 (0)