Fixes #59361
This commit is contained in:
parent
f166314b88
commit
3eb4eae96d
1 changed files with 6 additions and 6 deletions
|
|
@ -1706,6 +1706,12 @@ pub fn rustc_short_optgroups() -> Vec<RustcOptGroup> {
|
|||
"Specify the name of the crate being built",
|
||||
"NAME",
|
||||
),
|
||||
opt::opt_s(
|
||||
"",
|
||||
"edition",
|
||||
"Specify which edition of the compiler to use when compiling code.",
|
||||
EDITION_NAME_LIST,
|
||||
),
|
||||
opt::multi_s(
|
||||
"",
|
||||
"emit",
|
||||
|
|
@ -1808,12 +1814,6 @@ pub fn rustc_optgroups() -> Vec<RustcOptGroup> {
|
|||
`expanded,identified` (fully parenthesized, AST nodes with IDs).",
|
||||
"TYPE",
|
||||
),
|
||||
opt::opt_s(
|
||||
"",
|
||||
"edition",
|
||||
"Specify which edition of the compiler to use when compiling code.",
|
||||
EDITION_NAME_LIST,
|
||||
),
|
||||
opt::multi_s(
|
||||
"",
|
||||
"remap-path-prefix",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue