@@ -212,7 +212,7 @@ top_level_options!(
212
212
macro_rules! options {
213
213
( $struct_name: ident, $setter_name: ident, $defaultfn: ident,
214
214
$buildfn: ident, $prefix: expr, $outputname: expr,
215
- $stat: ident, $mod_desc : ident , $mod_set : ident ,
215
+ $stat: ident,
216
216
$( $( #[ $attr: meta] ) * $opt: ident : $t: ty = (
217
217
$init: expr,
218
218
$parse: ident,
@@ -849,7 +849,7 @@ mod parse {
849
849
850
850
options ! { CodegenOptions , CodegenSetter , basic_codegen_options,
851
851
build_codegen_options, "C" , "codegen" ,
852
- CG_OPTIONS , cg_type_desc , cgsetters ,
852
+ CG_OPTIONS ,
853
853
854
854
// This list is in alphabetical order.
855
855
//
@@ -959,7 +959,7 @@ options! {CodegenOptions, CodegenSetter, basic_codegen_options,
959
959
960
960
options ! { DebuggingOptions , DebuggingSetter , basic_debugging_options,
961
961
build_debugging_options, "Z" , "debugging" ,
962
- DB_OPTIONS , db_type_desc , dbsetters ,
962
+ DB_OPTIONS ,
963
963
964
964
// This list is in alphabetical order.
965
965
//
0 commit comments