-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Open
Labels
A-doc-coverageArea: Calculating how much of a crate has documentationArea: Calculating how much of a crate has documentationC-discussionCategory: Discussion or questions that doesn't represent real issues.Category: Discussion or questions that doesn't represent real issues.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
Right now, --output-format
is greatly overloaded (as seen by #82497). --output-format json
is unstable, except when you use it with --show-coverage
. Also, --show-coverage
is not great at conveying that it stops documentation from being generated at all.
I suggest that we rename --show-coverage
to --output-format coverage
and --show-coverage --output-format json
to --output-format coverage-json
, deprecate the old uses for a few releases, and then remove them.
Metadata
Metadata
Assignees
Labels
A-doc-coverageArea: Calculating how much of a crate has documentationArea: Calculating how much of a crate has documentationC-discussionCategory: Discussion or questions that doesn't represent real issues.Category: Discussion or questions that doesn't represent real issues.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.