command-line help for -{W,A,D,F} is ambiguous (suggests presence of non-existent 'all' option) #28708
Labels
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.
I downloaded the rust 1.3.0 distribution;
rustc -W help
says, in part:The documentation here for
-F
suggests to me that-F all
would be acceptable (perhaps-W all
or-A all
too, perhaps). But that doesn't seem to work;rustc
says:Either adding the
all
group or clarifying the help output around-F
would be most welcome. (It's also not immediately clear what the difference between-D
and-F
is, especially since-D
would apparently override the presence of an earlier-F
...?)The text was updated successfully, but these errors were encountered: