Closed
Description
I tried this code: cargo doc && RUSTDOCFLAGS='-Z unstable-options '--show-coverage cargo doc
I expected to see this happen: There is documentation in target/doc/crate_name
Instead, this happened: The docs get deleted.
Meta
searched nightlies: from nightly-2021-04-28 to nightly-2021-04-29
regressed nightly: nightly-2021-04-29
searched commits: from 727d101 to ca075d2
regressed commit: 27bd3f5
bisected with cargo-bisect-rustc v0.6.0
Host triple: x86_64-unknown-linux-gnu
Reproduce with:
cargo bisect-rustc --script ./docs-exist.sh --preserve --start 2021-04-28 --end 2021-04-29
Metadata
Metadata
Assignees
Labels
Area: Calculating how much of a crate has documentationCategory: This is a bug.Relevant to the cargo team, which will review and decide on the PR/issue.Relevant to the docs-rs subteam, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.Performance or correctness regression from stable to nightly.This issue requires a nightly compiler in some way.