Rollup merge of #82260 - ojeda:rustc-argfile, r=jyn514
rustc: Show `@path` usage in stable The feature was stabilized in #66172, but the usage string was not updated to be shown.
This commit is contained in:
commit
8c095619cb
1 changed files with 1 additions and 1 deletions
|
@ -813,7 +813,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…
Add table
Add a link
Reference in a new issue