@@ -717,7 +717,7 @@ options! {CodegenOptions, CodegenSetter, basic_codegen_options,
717
717
// This list is in alphabetical order.
718
718
//
719
719
// If you add a new option, please update:
720
- // - src/librustc_interface /tests.rs
720
+ // - compiler/rustc_interface/src /tests.rs
721
721
// - src/doc/rustc/src/codegen-options/index.md
722
722
723
723
ar: String = ( String :: new( ) , parse_string, [ UNTRACKED ] ,
@@ -814,7 +814,7 @@ options! {CodegenOptions, CodegenSetter, basic_codegen_options,
814
814
// This list is in alphabetical order.
815
815
//
816
816
// If you add a new option, please update:
817
- // - src/librustc_interface /tests.rs
817
+ // - compiler/rustc_interface/src /tests.rs
818
818
// - src/doc/rustc/src/codegen-options/index.md
819
819
}
820
820
@@ -825,7 +825,7 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
825
825
// This list is in alphabetical order.
826
826
//
827
827
// If you add a new option, please update:
828
- // - src/librustc_interface /tests.rs
828
+ // - compiler/rustc_interface/src /tests.rs
829
829
830
830
allow_features: Option <Vec <String >> = ( None , parse_opt_comma_list, [ TRACKED ] ,
831
831
"only allow the listed language features to be enabled in code (space separated)" ) ,
0 commit comments