Skip to content

rustdoc --passes=list doesn't show a deprecation warning #91713

Closed

Description

I tried this command: rustdoc --passes=list

I expected to see this happen: rustdoc shows a warning, the way it does for any other value you pass to --passes:

$ rustdoc +nightly --passes check-invalid-html-tags
warning: the `passes` flag is deprecated
  |
  = note: see issue #44136 <https://github.com/rust-lang/rust/issues/44136> for more information

Instead, this happened: Rustdoc gives no warning and lists all passes.

Meta

rustdoc --version

rustdoc 1.58.0-nightly (e90c5fbbc 2021-11-12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

C-bugCategory: This is a bug.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.E-mentorCall for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.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