Skip to content

rustdoc: Does not list impls on type aliases #44182

@sdroege

Description

@sdroege

Happens with https://github.com/sdroege/gstreamer-rs/tree/52c013b8348ab3a98bb8475916aa306a3fc664de

If you check gstreamer/src/caps.rs, it has impl Caps, where type Caps = GstRc<CapsRef>. That one shows up in the rustdoc index (when searching), but neither on the Caps type alias docs, nor on the GstRc docs.

In gstreamer/src/buffer.rs there is impl GstRc<BufferRef>. That one shows up in the GstRc docs.

@GuillaumeGomez

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions