Skip to content

Rustdoc flag --enable-index-page no longer works consistently #97881

Closed
@jplatte

Description

@jplatte
Contributor

For two project I maintain, the docs generated by CI no longer includes an index file despite the appropriate nightly flags being used. Here is a reproduction:

Meta

  • Reproducible with the latest rustdoc as of right now (1.63.0-nightly (5435ed691 2022-06-07))
  • Reproducible with rustdoc 1.61.0-nightly (f0c4da499 2022-03-01) (rustup nightly-2022-03-02)
  • Not reproducible with rustdoc 1.61.0-nightly (4ce374923 2022-02-28) (rustup nightly-2022-03-01).

@rustbot labels: +T-rustdoc

Activity

added
T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
on Jun 8, 2022
jplatte

jplatte commented on Jun 8, 2022

@jplatte
ContributorAuthor

To be clear, the title says "consistently" at the end because I have tried to reproduce this in a Cargo project with just one package as well as a smaller Cargo workspace, but couldn't.

jplatte

jplatte commented on Jun 10, 2022

@jplatte
ContributorAuthor

This is a cargo bug, closing in favor of rust-lang/cargo#10744.

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.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @jplatte@rustbot

        Issue actions

          Rustdoc flag --enable-index-page no longer works consistently · Issue #97881 · rust-lang/rust