-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Beta standard library docs do not show signature for linked methods #57814
Labels
C-bug
Category: This is a bug.
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Comments
Centril
added
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
C-bug
Category: This is a bug.
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
labels
Jan 22, 2019
Related: #57628 |
@GuillaumeGomez #57646 needs to be backported, but it also looks like the yellow highlight doesn't show any more? |
Ah, a new issue. I'll fix it quickly. |
Centril
added a commit
to Centril/rust
that referenced
this issue
Jan 28, 2019
…ietMisdreavus Fix invalid background color As discussed in rust-lang#57814. r? @QuietMisdreavus
Centril
added a commit
to Centril/rust
that referenced
this issue
Jan 28, 2019
…ietMisdreavus Fix invalid background color As discussed in rust-lang#57814. r? @QuietMisdreavus
@GuillaumeGomez This is fixed in the nightly page, but not in the beta page. Is this going to be fixed in beta before the 1.33.0 release? |
It hasn't been backported? Urg... |
Seems to be fixed now. |
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.
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
For example, https://doc.rust-lang.org/beta/std/primitive.i8.html#method.min_value shows:
In nightly, the signature is shown but unhighlighted, for example https://doc.rust-lang.org/nightly/std/primitive.i8.html#method.min_value shows:
The text was updated successfully, but these errors were encountered: