We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed172db commit b1fa845Copy full SHA for b1fa845
compiler/rustc_middle/src/query/mod.rs
@@ -780,7 +780,7 @@ rustc_queries! {
780
separate_provide_extern
781
}
782
783
- /// Maps from a trait item to the trait item "descriptor".
+ /// Maps from a trait/impl item to the trait/impl item "descriptor".
784
query associated_item(key: DefId) -> ty::AssocItem {
785
desc { |tcx| "computing associated item data for `{}`", tcx.def_path_str(key) }
786
cache_on_disk_if { key.is_local() }
0 commit comments