Edition should be part of the "short" subset of rustc opts #59361
Labels
A-driver
Area: rustc_driver that ties everything together into the `rustc` compiler
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
I-needs-decision
Issue: In need of a decision.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
The default edition is 2015, but the option to change this in the "extended" list, so it is only discoverable with
rustc --help -v
, rather than justrustc --help
.Users should be encouraged to use 2018 where possible, but the omission of the edition from the default help list makes it less likely that it will be found for users not using Cargo.
The text was updated successfully, but these errors were encountered: