steveklabnik / rustdoc

Not a real thing, see https://github.com/rust-lang/rust for rustdoc's actual source code
https://github.com/rust-lang/rust
104 stars 22 forks source link

Rustdoc doesn't show re-exports randomly #199

Closed Binero closed 7 years ago

Binero commented 7 years ago

Some re-exports seem to not be shown in the rustc output. This is especially evident in the amethyst crate.

Examples:

amethyst_core::transform::bundle::TransformBundle is re-exported as:

Yet none of these show up in the generated documentation.

amethyst::State is re-exported as ametyst::prelude::State, and this does show in the generated documentation.

This might also be the cause of https://github.com/rust-lang-nursery/rls/issues/505.

Binero commented 7 years ago

Wrong repo :)