@@ -717,7 +717,7 @@ options! {CodegenOptions, CodegenSetter, basic_codegen_options,
717717 // This list is in alphabetical order.
718718 //
719719 // If you add a new option, please update:
720- // - src/librustc_interface /tests.rs
720+ // - compiler/rustc_interface/src /tests.rs
721721 // - src/doc/rustc/src/codegen-options/index.md
722722
723723 ar: String = ( String :: new( ) , parse_string, [ UNTRACKED ] ,
@@ -814,7 +814,7 @@ options! {CodegenOptions, CodegenSetter, basic_codegen_options,
814814 // This list is in alphabetical order.
815815 //
816816 // If you add a new option, please update:
817- // - src/librustc_interface /tests.rs
817+ // - compiler/rustc_interface/src /tests.rs
818818 // - src/doc/rustc/src/codegen-options/index.md
819819}
820820
@@ -825,7 +825,7 @@ options! {DebuggingOptions, DebuggingSetter, basic_debugging_options,
825825 // This list is in alphabetical order.
826826 //
827827 // If you add a new option, please update:
828- // - src/librustc_interface /tests.rs
828+ // - compiler/rustc_interface/src /tests.rs
829829
830830 allow_features: Option <Vec <String >> = ( None , parse_opt_comma_list, [ TRACKED ] ,
831831 "only allow the listed language features to be enabled in code (space separated)" ) ,
0 commit comments