Skip to content

Does not insert docs into impls on type aliases #46

@sdroege

Description

@sdroege

https://github.com/sdroege/gstreamer-rs/tree/dae1a517646ce538383778235ff53e9e973cda4d

docs/gstreamer/docs.md contains docs for e.g. Event::new_eos. This exists in gstreamer/src/event.rs, in the impl GstRc<EventRef>. Event is a type alias to GstRc<EventRef>, and due to a rustdoc bug I can't use that for the impl block (rust-lang/rust#44182).

You can reproduce this by doing cargo build --features embed-lgpl-docs and then seeing how it does not insert the docs from docs.md into the source code.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions