There are comments on `fn inherent_impls`, both on [the implementation](https://github.com/rust-lang/rust/blob/master/compiler/rustc_typeck/src/coherence/inherent_impls.rs#L29-L30) and [declaration](https://github.com/rust-lang/rust/blob/master/compiler/rustc_middle/src/query/mod.rs#L501-L509). Despite that, [`TyCtxt::inherent_impls`](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/struct.TyCtxt.html#method.inherent_impls) doesn't have any docs. _Originally posted by @jyn514 in https://github.com/rust-lang/rust/pull/76784#discussion_r489398026_
There are comments on
fn inherent_impls, both on the implementation and declaration. Despite that,TyCtxt::inherent_implsdoesn't have any docs.Originally posted by @jyn514 in #76784 (comment)