-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
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:
- Clone https://github.com/ruma/ruma/tree/rustdoc-bug
- With the environment variable
RUSTDOCFLAGS
set to'--enable-index-page -Zunstable-options'
, runcargo +nightly doc --no-deps
- Observe no
index.html
file intarget/doc
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)
(rustupnightly-2022-03-02
) - Not reproducible with rustdoc
1.61.0-nightly (4ce374923 2022-02-28)
(rustupnightly-2022-03-01
).
@rustbot labels: +T-rustdoc
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.