You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
sdroege
added a commit
to sdroege/gstreamer-rs
that referenced
this issue
Aug 31, 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 theimpl GstRc<EventRef>
.Event
is a type alias toGstRc<EventRef>
, and due to a rustdoc bug I can't use that for theimpl
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.The text was updated successfully, but these errors were encountered: