We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c7a944 commit 7acfa45Copy full SHA for 7acfa45
src/librustc_driver/lib.rs
@@ -743,7 +743,7 @@ fn usage(verbose: bool, include_unstable_options: bool) {
743
}
744
let message = "Usage: rustc [OPTIONS] INPUT";
745
let nightly_help = if nightly_options::is_nightly_build() {
746
- "\n -Z help Print internal options for debugging rustc"
+ "\n -Z help Print unstable compiler options"
747
} else {
748
""
749
};
@@ -891,7 +891,7 @@ Available lint options:
891
892
893
fn describe_debug_flags() {
894
- println!("\nAvailable debug options:\n");
+ println!("\nAvailable options:\n");
895
print_flag_list("-Z", config::DB_OPTIONS);
896
897
0 commit comments