We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cf4499 commit b19c02cCopy full SHA for b19c02c
compiler/rustc_session/src/options.rs
@@ -212,7 +212,7 @@ top_level_options!(
212
macro_rules! options {
213
($struct_name:ident, $setter_name:ident, $defaultfn:ident,
214
$buildfn:ident, $prefix:expr, $outputname:expr,
215
- $stat:ident, $mod_desc:ident, $mod_set:ident,
+ $stat:ident,
216
$($( #[$attr:meta] )* $opt:ident : $t:ty = (
217
$init:expr,
218
$parse:ident,
@@ -849,7 +849,7 @@ mod parse {
849
850
options! {CodegenOptions, CodegenSetter, basic_codegen_options,
851
build_codegen_options, "C", "codegen",
852
- CG_OPTIONS, cg_type_desc, cgsetters,
+ CG_OPTIONS,
853
854
// This list is in alphabetical order.
855
//
@@ -959,7 +959,7 @@ options! {CodegenOptions, CodegenSetter, basic_codegen_options,
959
960
options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
961
build_debugging_options, "Z", "debugging",
962
- DB_OPTIONS, db_type_desc, dbsetters,
+ DB_OPTIONS,
963
964
965
0 commit comments