rustdoc: Does not list impls on type aliases #44182
Labels
C-bug
Category: This is a bug.
T-dev-tools
Relevant to the dev-tools subteam, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Happens with https://github.com/sdroege/gstreamer-rs/tree/52c013b8348ab3a98bb8475916aa306a3fc664de
If you check gstreamer/src/caps.rs, it has
impl Caps
, wheretype Caps = GstRc<CapsRef>
. That one shows up in the rustdoc index (when searching), but neither on theCaps
type alias docs, nor on theGstRc
docs.In gstreamer/src/buffer.rs there is
impl GstRc<BufferRef>
. That one shows up in theGstRc
docs.@GuillaumeGomez
The text was updated successfully, but these errors were encountered: