Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rustdoc: per-type link colors in type declarations are gone #53262

Closed
QuietMisdreavus opened this issue Aug 11, 2018 · 0 comments
Closed

rustdoc: per-type link colors in type declarations are gone #53262

QuietMisdreavus opened this issue Aug 11, 2018 · 0 comments
Labels
C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.

Comments

@QuietMisdreavus
Copy link
Member

This is how the declaration of the Iterator trait looks in 1.27.1:

image

...but this is how it looks in 1.28.0 (current stable) as well as nightly:

image

The colors are still present down in the method declarations, so it's only a problem in the type declarations:

image

cc @GuillaumeGomez

@kennytm kennytm added T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. C-bug Category: This is a bug. labels Aug 11, 2018
kennytm added a commit to kennytm/rust that referenced this issue Aug 12, 2018
GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this issue Aug 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

2 participants