File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1706,6 +1706,12 @@ pub fn rustc_short_optgroups() -> Vec<RustcOptGroup> {
1706
1706
"Specify the name of the crate being built" ,
1707
1707
"NAME" ,
1708
1708
) ,
1709
+ opt:: opt_s(
1710
+ "" ,
1711
+ "edition" ,
1712
+ "Specify which edition of the compiler to use when compiling code." ,
1713
+ EDITION_NAME_LIST ,
1714
+ ) ,
1709
1715
opt:: multi_s(
1710
1716
"" ,
1711
1717
"emit" ,
@@ -1808,12 +1814,6 @@ pub fn rustc_optgroups() -> Vec<RustcOptGroup> {
1808
1814
`expanded,identified` (fully parenthesized, AST nodes with IDs)." ,
1809
1815
"TYPE" ,
1810
1816
) ,
1811
- opt:: opt_s(
1812
- "" ,
1813
- "edition" ,
1814
- "Specify which edition of the compiler to use when compiling code." ,
1815
- EDITION_NAME_LIST ,
1816
- ) ,
1817
1817
opt:: multi_s(
1818
1818
"" ,
1819
1819
"remap-path-prefix" ,
You can’t perform that action at this time.
0 commit comments