Closed
Description
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:
Metadata
Metadata
Assignees
Labels
Type
Projects
Milestone
Relationships
Development
No branches or pull requests
Activity
hellow554 commentedon Jan 22, 2019
Related: #57628
QuietMisdreavus commentedon Jan 22, 2019
@GuillaumeGomez #57646 needs to be backported, but it also looks like the yellow highlight doesn't show any more?
GuillaumeGomez commentedon Jan 23, 2019
Ah, a new issue. I'll fix it quickly.
Rollup merge of rust-lang#57859 - GuillaumeGomez:fix-background, r=Qu…
Rollup merge of rust-lang#57859 - GuillaumeGomez:fix-background, r=Qu…
tspiteri commentedon Feb 18, 2019
@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?
GuillaumeGomez commentedon Feb 18, 2019
It hasn't been backported? Urg...
tspiteri commentedon Feb 23, 2019
Seems to be fixed now.