Skip to content

Beta standard library docs do not show signature for linked methods #57814

Closed
@tspiteri

Description

@tspiteri
Contributor

For example, https://doc.rust-lang.org/beta/std/primitive.i8.html#method.min_value shows:
screenshot_2019-01-21 i8 - rust

In nightly, the signature is shown but unhighlighted, for example https://doc.rust-lang.org/nightly/std/primitive.i8.html#method.min_value shows:
screenshot_2019-01-21 i8 - rust 1

Activity

added
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
C-bugCategory: This is a bug.
on Jan 22, 2019
hellow554

hellow554 commented on Jan 22, 2019

@hellow554
Contributor

Related: #57628

QuietMisdreavus

QuietMisdreavus commented on Jan 22, 2019

@QuietMisdreavus
Member

@GuillaumeGomez #57646 needs to be backported, but it also looks like the yellow highlight doesn't show any more?

GuillaumeGomez

GuillaumeGomez commented on Jan 23, 2019

@GuillaumeGomez
Member

Ah, a new issue. I'll fix it quickly.

added 2 commits that reference this issue on Jan 28, 2019

Rollup merge of rust-lang#57859 - GuillaumeGomez:fix-background, r=Qu…

757abfc

Rollup merge of rust-lang#57859 - GuillaumeGomez:fix-background, r=Qu…

b1b67cd
tspiteri

tspiteri commented on Feb 18, 2019

@tspiteri
ContributorAuthor

@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

GuillaumeGomez commented on Feb 18, 2019

@GuillaumeGomez
Member

It hasn't been backported? Urg...

tspiteri

tspiteri commented on Feb 23, 2019

@tspiteri
ContributorAuthor

Seems to be fixed now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @Centril@hellow554@GuillaumeGomez@QuietMisdreavus@tspiteri

        Issue actions

          Beta standard library docs do not show signature for linked methods · Issue #57814 · rust-lang/rust