@@ -905,7 +905,7 @@ options! {CodegenOptions, CodegenSetter, basic_codegen_options,
905
905
debug_assertions: Option <bool > = ( None , parse_opt_bool, [ TRACKED ] ,
906
906
"explicitly enable the cfg(debug_assertions) directive" ) ,
907
907
inline_threshold: Option <usize > = ( None , parse_opt_uint, [ TRACKED ] ,
908
- "set the inlining threshold for" ) ,
908
+ "set the threshold for inlining a function (default: 225) " ) ,
909
909
panic: Option <PanicStrategy > = ( None , parse_panic_strategy,
910
910
[ TRACKED ] , "panic strategy to compile crate with" ) ,
911
911
}
@@ -1052,7 +1052,7 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
1052
1052
linker_flavor: Option <LinkerFlavor > = ( None , parse_linker_flavor, [ UNTRACKED ] ,
1053
1053
"Linker flavor" ) ,
1054
1054
fuel: Option <( String , u64 ) > = ( None , parse_optimization_fuel, [ TRACKED ] ,
1055
- "Set the optimization fuel quota for a crate. " ) ,
1055
+ "Set the optimization fuel quota for a crate" ) ,
1056
1056
print_fuel: Option <String > = ( None , parse_opt_string, [ TRACKED ] ,
1057
1057
"Make Rustc print the total optimization fuel used by a crate." ) ,
1058
1058
remap_path_prefix_from: Vec <String > = ( vec![ ] , parse_string_push, [ TRACKED ] ,
0 commit comments