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)