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
killercup opened this issue
Apr 3, 2017
· 2 comments
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.
Rustdoc (from Rust 1.16 stable, rendered on Travis), however renders it like this (can be seen here):
typeAsExprOf<Item,Type> = Item::Expression;
The text was updated successfully, but these errors were encountered:
killercup
changed the title
Rust renders type alias in a wrong way
Rustdoc renders type alias in a wrong way
Apr 3, 2017
GuillaumeGomez
added
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
labels
Apr 4, 2017
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.
'Complex' type aliases get rendered incorrectly by Rustdoc.
E.g.,
diesel::expression::helper_types::AsExprOf
is defined here as:Rustdoc (from Rust 1.16 stable, rendered on Travis), however renders it like this (can be seen here):
The text was updated successfully, but these errors were encountered: