Skip to content

Rustdoc links to private mod: pub use self::private::Enum::* #46767

Closed
@MaloJaffre

Description

@MaloJaffre
mod private {
    pub enum Enum{Variant}
} 
pub use self::private::Enum::*;

Rustdoc renders the use with a broken link for private:
<a class="mod" href="./private/index.html">private</a>

rustc 1.24.0-nightly (77efd6800 2017-12-15)
binary: rustc
commit-hash: 77efd6800c57ba83923dddbbabf03c7afa6a34a4
commit-date: 2017-12-15
host: x86_64-unknown-linux-gnu
release: 1.24.0-nightly
LLVM version: 4.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsT-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