@@ -1988,6 +1988,8 @@ options! {
1988
1988
on a C toolchain or linker installed in the system") ,
1989
1989
linker: Option <PathBuf > = ( None , parse_opt_pathbuf, [ UNTRACKED ] ,
1990
1990
"system linker to link outputs with" ) ,
1991
+ linker_features: LinkerFeaturesCli = ( LinkerFeaturesCli :: default ( ) , parse_linker_features, [ UNTRACKED ] ,
1992
+ "a comma-separated list of linker features to enable (+) or disable (-): `lld`" ) ,
1991
1993
linker_flavor: Option <LinkerFlavorCli > = ( None , parse_linker_flavor, [ UNTRACKED ] ,
1992
1994
"linker flavor" ) ,
1993
1995
linker_plugin_lto: LinkerPluginLto = ( LinkerPluginLto :: Disabled ,
@@ -2273,8 +2275,6 @@ options! {
2273
2275
"link native libraries in the linker invocation (default: yes)" ) ,
2274
2276
link_only: bool = ( false , parse_bool, [ TRACKED ] ,
2275
2277
"link the `.rlink` file generated by `-Z no-link` (default: no)" ) ,
2276
- linker_features: LinkerFeaturesCli = ( LinkerFeaturesCli :: default ( ) , parse_linker_features, [ UNTRACKED ] ,
2277
- "a comma-separated list of linker features to enable (+) or disable (-): `lld`" ) ,
2278
2278
lint_llvm_ir: bool = ( false , parse_bool, [ TRACKED ] ,
2279
2279
"lint LLVM IR (default: no)" ) ,
2280
2280
lint_mir: bool = ( false , parse_bool, [ UNTRACKED ] ,
0 commit comments