Closed
Description
rustc --edition: error: Argument to option 'edition' missing
rustc --edition=help: error: argument for `--edition` must be one of: 2015|2018|2021|2024. (instead was `help`)
rustc --help
--edition 2015|2018|2021|2024
Specify which edition of the compiler to use when
compiling code.
The default is not mentioned anywhere. I assume it is 2015?