Skip to content

Commit

Permalink
Rollup merge of rust-lang#89200 - hkmatsumoto:patch, r=workingjubilee
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
workingjubilee committed Sep 24, 2021
2 parents 384dd53 + c713ffb commit 1875cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_middle/src/query/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ rustc_queries! {
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] {
desc { |tcx| "collecting associated items of `{}`", tcx.def_path_str(key) }
}
Expand Down

0 comments on commit 1875cec

Please sign in to comment.