Skip to content

nightly-rustc docs don't include rustdoc in the index #80307

Closed

Description

https://doc.rust-lang.org/nightly/nightly-rustc/ doesn't have a link to https://doc.rust-lang.org/nightly/nightly-rustc/rustdoc/.

Meta

HEAD is currently at 353f3a3.

This is generated with --enable-index-page:

cargo.rustdocflag("--enable-index-page");

So this is either a bug in rustdoc or bootstrap. Maybe rustdoc needs to be added to

for root_crate in &["rustc_driver", "rustc_codegen_llvm", "rustc_codegen_ssa"] {
?

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

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)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

    Issue actions