Closed
Description
Rustc uses --out-dir
, but rustdoc rejects it. This is an unnecessary incompatibility; rustdoc should accept --out-dir
too. Accepting --output
was a mistake, but it's stable and used in almost literally every run by cargo, so we realistically can't even warn on it. We should document that --out-dir
is the recommended option, though.
Once --out-dir
has been accepted for several releases, we could consider starting to warn on --output
, but I don't suggest committing to that now.
Metadata
Metadata
Assignees
Labels
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Relevant to the rustdoc team, which will review and decide on the PR/issue.This issue / PR is in PFCP or FCP with a disposition to merge it.The final comment period is finished for this PR / Issue.This change is insta-stable, so needs a completed FCP to proceed.