rustc -W
should display the list of targets as rustc -W help
does
#6697
Labels
A-driver
Area: rustc_driver that ties everything together into the `rustc` compiler
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
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.The text was updated successfully, but these errors were encountered: