-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
Rustdoc mistakes Enum with a module: pub use self::Enum::Variant #46766
Copy link
Copy link
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: 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.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: 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.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Rustdoc renders the
usewith a broken link forEnum:<a class="mod" href="./Enum/index.html">Enum</a>There is a correct one in Enums section:
<a class="enum" href="enum.Enum.html" title='enum testt::Enum'>Enum</a>Note that the link for
Variantis correct:<a class="enum" href="../testt/enum.Enum.html" title="enum testt::Enum">Variant</a>