Updated the documentation, now claiming the -Z is associated to unstable compiler flags, instead of flags for debugging.
This commit is contained in:
parent
5c7a94459c
commit
7acfa453df
1 changed files with 2 additions and 2 deletions
|
|
@ -743,7 +743,7 @@ fn usage(verbose: bool, include_unstable_options: bool) {
|
|||
}
|
||||
let message = "Usage: rustc [OPTIONS] INPUT";
|
||||
let nightly_help = if nightly_options::is_nightly_build() {
|
||||
"\n -Z help Print internal options for debugging rustc"
|
||||
"\n -Z help Print unstable compiler options"
|
||||
} else {
|
||||
""
|
||||
};
|
||||
|
|
@ -891,7 +891,7 @@ Available lint options:
|
|||
}
|
||||
|
||||
fn describe_debug_flags() {
|
||||
println!("\nAvailable debug options:\n");
|
||||
println!("\nAvailable options:\n");
|
||||
print_flag_list("-Z", config::DB_OPTIONS);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue