rustc: Show @path
usage in stable
The feature was stabilized in #66172, but the usage string was not updated to be shown. Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
This commit is contained in:
parent
c0b64d97be
commit
9b9c5eaa5c
@ -821,7 +821,7 @@ fn usage(verbose: bool, include_unstable_options: bool, nightly_build: bool) {
|
|||||||
} else {
|
} else {
|
||||||
"\n --help -v Print the full set of options rustc accepts"
|
"\n --help -v Print the full set of options rustc accepts"
|
||||||
};
|
};
|
||||||
let at_path = if verbose && nightly_build {
|
let at_path = if verbose {
|
||||||
" @path Read newline separated options from `path`\n"
|
" @path Read newline separated options from `path`\n"
|
||||||
} else {
|
} else {
|
||||||
""
|
""
|
||||||
|
Loading…
Reference in New Issue
Block a user