-
Notifications
You must be signed in to change notification settings - Fork 13k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustdoc --passes=list
doesn't show a deprecation warning
#91713
Labels
C-bug
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Comments
jyn514
added
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
C-bug
Category: This is a bug.
labels
Dec 9, 2021
jyn514
added
the
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
label
Dec 9, 2021
Mentoring instructions: Move this check Lines 372 to 373 in 3b263ce
earlier to before --passes=list is processed: Lines 330 to 360 in 3b263ce
|
jyn514
added
the
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
label
Dec 9, 2021
@rustbot claim |
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Dec 9, 2021
Add deprecation warning for --passes Issue rust-lang#91713 mentored by `@jyn514`
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Dec 10, 2021
Add deprecation warning for --passes Issue rust-lang#91713 mentored by ``@jyn514``
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Dec 11, 2021
Add deprecation warning for --passes Issue rust-lang#91713 mentored by ```@jyn514```
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-bug
Category: This is a bug.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
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
:Instead, this happened: Rustdoc gives no warning and lists all passes.
Meta
rustdoc --version
The text was updated successfully, but these errors were encountered: