Skip to content

Commit 53fa22a

Browse files
committed
Fix some outdated comments
1 parent 35debd4 commit 53fa22a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compiler/rustc_session/src/options.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)