Skip to content
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

rustc -W should display the list of targets as rustc -W help does #6697

Closed
kud1ing opened this issue May 23, 2013 · 0 comments
Closed

rustc -W should display the list of targets as rustc -W help does #6697

kud1ing opened this issue May 23, 2013 · 0 comments
Labels
A-driver Area: rustc_driver that ties everything together into the `rustc` compiler A-frontend Area: frontend (errors, parsing and HIR) E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@kud1ing
Copy link

kud1ing commented May 23, 2013

Currently rustc -W just complains, that no option was chosen, but offers not much further help.
Only rustc -W help lists those options.

I think there is no reason that rustc -W should not display this list already.

bors added a commit that referenced this issue May 27, 2013
@kud1ing kud1ing closed this as completed May 27, 2013
flip1995 pushed a commit to flip1995/rust that referenced this issue Feb 25, 2021
Fix vec_init_then_push false positives

changelog: Fix vec_init_then_push false positives

Fixes rust-lang#6615
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-driver Area: rustc_driver that ties everything together into the `rustc` compiler A-frontend Area: frontend (errors, parsing and HIR) E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

1 participant