Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not insert docs into impls on type aliases #46

Open
sdroege opened this issue Aug 30, 2017 · 0 comments
Open

Does not insert docs into impls on type aliases #46

sdroege opened this issue Aug 30, 2017 · 0 comments

Comments

@sdroege
Copy link

sdroege commented Aug 30, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant