Skip to content

Commit

Permalink
Auto merge of #14424 - Ifropc:lockfile-tracking-issue, r=weihanglo
Browse files Browse the repository at this point in the history
doc: update lockfile-path tracking issue

Update tracking issue of lockfile path feature to #14421
(in documentation and code)
r? `@weihanglo`
  • Loading branch information
bors committed Aug 18, 2024
2 parents 8b04759 + f866217 commit 88957a1
Show file tree
Hide file tree
Showing 66 changed files with 87 additions and 87 deletions.
2 changes: 1 addition & 1 deletion src/cargo/util/command_prelude.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1010,7 +1010,7 @@ pub fn lockfile_path(
};

gctx.cli_unstable()
.fail_if_stable_opt("--lockfile-path", 5707)?;
.fail_if_stable_opt("--lockfile-path", 14421)?;

let path = gctx.cwd().join(lockfile_path);

Expand Down
4 changes: 2 additions & 2 deletions src/doc/man/generated_txt/cargo-add.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,8 @@ OPTIONS

This option is only available on the nightly channel
<https://doc.rust-lang.org/book/appendix-07-nightly-rust.html> and
requires the -Z unstable-options flag to enable (see #5707
<https://github.com/rust-lang/cargo/issues/5707>).
requires the -Z unstable-options flag to enable (see #14421
<https://github.com/rust-lang/cargo/issues/14421>).

Common Options
+toolchain
Expand Down
4 changes: 2 additions & 2 deletions src/doc/man/generated_txt/cargo-bench.txt
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ OPTIONS

This option is only available on the nightly channel
<https://doc.rust-lang.org/book/appendix-07-nightly-rust.html> and
requires the -Z unstable-options flag to enable (see #5707
<https://github.com/rust-lang/cargo/issues/5707>).
requires the -Z unstable-options flag to enable (see #14421
<https://github.com/rust-lang/cargo/issues/14421>).

Common Options
+toolchain
Expand Down
4 changes: 2 additions & 2 deletions src/doc/man/generated_txt/cargo-build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@ OPTIONS

This option is only available on the nightly channel
<https://doc.rust-lang.org/book/appendix-07-nightly-rust.html> and
requires the -Z unstable-options flag to enable (see #5707
<https://github.com/rust-lang/cargo/issues/5707>).
requires the -Z unstable-options flag to enable (see #14421
<https://github.com/rust-lang/cargo/issues/14421>).

Common Options
+toolchain
Expand Down
4 changes: 2 additions & 2 deletions src/doc/man/generated_txt/cargo-check.txt
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ OPTIONS

This option is only available on the nightly channel
<https://doc.rust-lang.org/book/appendix-07-nightly-rust.html> and
requires the -Z unstable-options flag to enable (see #5707
<https://github.com/rust-lang/cargo/issues/5707>).
requires the -Z unstable-options flag to enable (see #14421
<https://github.com/rust-lang/cargo/issues/14421>).

Common Options
+toolchain
Expand Down
4 changes: 2 additions & 2 deletions src/doc/man/generated_txt/cargo-clean.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ OPTIONS

This option is only available on the nightly channel
<https://doc.rust-lang.org/book/appendix-07-nightly-rust.html> and
requires the -Z unstable-options flag to enable (see #5707
<https://github.com/rust-lang/cargo/issues/5707>).
requires the -Z unstable-options flag to enable (see #14421
<https://github.com/rust-lang/cargo/issues/14421>).

Common Options
+toolchain
Expand Down
4 changes: 2 additions & 2 deletions src/doc/man/generated_txt/cargo-doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,8 @@ OPTIONS

This option is only available on the nightly channel
<https://doc.rust-lang.org/book/appendix-07-nightly-rust.html> and
requires the -Z unstable-options flag to enable (see #5707
<https://github.com/rust-lang/cargo/issues/5707>).
requires the -Z unstable-options flag to enable (see #14421
<https://github.com/rust-lang/cargo/issues/14421>).

Common Options
+toolchain
Expand Down
4 changes: 2 additions & 2 deletions src/doc/man/generated_txt/cargo-fetch.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@ OPTIONS

This option is only available on the nightly channel
<https://doc.rust-lang.org/book/appendix-07-nightly-rust.html> and
requires the -Z unstable-options flag to enable (see #5707
<https://github.com/rust-lang/cargo/issues/5707>).
requires the -Z unstable-options flag to enable (see #14421
<https://github.com/rust-lang/cargo/issues/14421>).

Common Options
+toolchain
Expand Down
4 changes: 2 additions & 2 deletions src/doc/man/generated_txt/cargo-fix.txt
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,8 @@ OPTIONS

This option is only available on the nightly channel
<https://doc.rust-lang.org/book/appendix-07-nightly-rust.html> and
requires the -Z unstable-options flag to enable (see #5707
<https://github.com/rust-lang/cargo/issues/5707>).
requires the -Z unstable-options flag to enable (see #14421
<https://github.com/rust-lang/cargo/issues/14421>).

Common Options
+toolchain
Expand Down
4 changes: 2 additions & 2 deletions src/doc/man/generated_txt/cargo-generate-lockfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ OPTIONS

This option is only available on the nightly channel
<https://doc.rust-lang.org/book/appendix-07-nightly-rust.html> and
requires the -Z unstable-options flag to enable (see #5707
<https://github.com/rust-lang/cargo/issues/5707>).
requires the -Z unstable-options flag to enable (see #14421
<https://github.com/rust-lang/cargo/issues/14421>).

Common Options
+toolchain
Expand Down
4 changes: 2 additions & 2 deletions src/doc/man/generated_txt/cargo-metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -450,8 +450,8 @@ OPTIONS

This option is only available on the nightly channel
<https://doc.rust-lang.org/book/appendix-07-nightly-rust.html> and
requires the -Z unstable-options flag to enable (see #5707
<https://github.com/rust-lang/cargo/issues/5707>).
requires the -Z unstable-options flag to enable (see #14421
<https://github.com/rust-lang/cargo/issues/14421>).

Common Options
+toolchain
Expand Down
4 changes: 2 additions & 2 deletions src/doc/man/generated_txt/cargo-package.txt
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ OPTIONS

This option is only available on the nightly channel
<https://doc.rust-lang.org/book/appendix-07-nightly-rust.html> and
requires the -Z unstable-options flag to enable (see #5707
<https://github.com/rust-lang/cargo/issues/5707>).
requires the -Z unstable-options flag to enable (see #14421
<https://github.com/rust-lang/cargo/issues/14421>).

Miscellaneous Options
-j N, --jobs N
Expand Down
4 changes: 2 additions & 2 deletions src/doc/man/generated_txt/cargo-pkgid.txt
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ OPTIONS

This option is only available on the nightly channel
<https://doc.rust-lang.org/book/appendix-07-nightly-rust.html> and
requires the -Z unstable-options flag to enable (see #5707
<https://github.com/rust-lang/cargo/issues/5707>).
requires the -Z unstable-options flag to enable (see #14421
<https://github.com/rust-lang/cargo/issues/14421>).

Common Options
+toolchain
Expand Down
4 changes: 2 additions & 2 deletions src/doc/man/generated_txt/cargo-publish.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,8 @@ OPTIONS

This option is only available on the nightly channel
<https://doc.rust-lang.org/book/appendix-07-nightly-rust.html> and
requires the -Z unstable-options flag to enable (see #5707
<https://github.com/rust-lang/cargo/issues/5707>).
requires the -Z unstable-options flag to enable (see #14421
<https://github.com/rust-lang/cargo/issues/14421>).

Miscellaneous Options
-j N, --jobs N
Expand Down
4 changes: 2 additions & 2 deletions src/doc/man/generated_txt/cargo-remove.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ OPTIONS

This option is only available on the nightly channel
<https://doc.rust-lang.org/book/appendix-07-nightly-rust.html> and
requires the -Z unstable-options flag to enable (see #5707
<https://github.com/rust-lang/cargo/issues/5707>).
requires the -Z unstable-options flag to enable (see #14421
<https://github.com/rust-lang/cargo/issues/14421>).

Package Selection
-p spec…, --package spec…
Expand Down
4 changes: 2 additions & 2 deletions src/doc/man/generated_txt/cargo-run.txt
Original file line number Diff line number Diff line change
Expand Up @@ -218,8 +218,8 @@ OPTIONS

This option is only available on the nightly channel
<https://doc.rust-lang.org/book/appendix-07-nightly-rust.html> and
requires the -Z unstable-options flag to enable (see #5707
<https://github.com/rust-lang/cargo/issues/5707>).
requires the -Z unstable-options flag to enable (see #14421
<https://github.com/rust-lang/cargo/issues/14421>).

Common Options
+toolchain
Expand Down
4 changes: 2 additions & 2 deletions src/doc/man/generated_txt/cargo-rustc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ OPTIONS

This option is only available on the nightly channel
<https://doc.rust-lang.org/book/appendix-07-nightly-rust.html> and
requires the -Z unstable-options flag to enable (see #5707
<https://github.com/rust-lang/cargo/issues/5707>).
requires the -Z unstable-options flag to enable (see #14421
<https://github.com/rust-lang/cargo/issues/14421>).

Common Options
+toolchain
Expand Down
4 changes: 2 additions & 2 deletions src/doc/man/generated_txt/cargo-rustdoc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ OPTIONS

This option is only available on the nightly channel
<https://doc.rust-lang.org/book/appendix-07-nightly-rust.html> and
requires the -Z unstable-options flag to enable (see #5707
<https://github.com/rust-lang/cargo/issues/5707>).
requires the -Z unstable-options flag to enable (see #14421
<https://github.com/rust-lang/cargo/issues/14421>).

Common Options
+toolchain
Expand Down
4 changes: 2 additions & 2 deletions src/doc/man/generated_txt/cargo-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,8 @@ OPTIONS

This option is only available on the nightly channel
<https://doc.rust-lang.org/book/appendix-07-nightly-rust.html> and
requires the -Z unstable-options flag to enable (see #5707
<https://github.com/rust-lang/cargo/issues/5707>).
requires the -Z unstable-options flag to enable (see #14421
<https://github.com/rust-lang/cargo/issues/14421>).

Common Options
+toolchain
Expand Down
4 changes: 2 additions & 2 deletions src/doc/man/generated_txt/cargo-tree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ OPTIONS

This option is only available on the nightly channel
<https://doc.rust-lang.org/book/appendix-07-nightly-rust.html> and
requires the -Z unstable-options flag to enable (see #5707
<https://github.com/rust-lang/cargo/issues/5707>).
requires the -Z unstable-options flag to enable (see #14421
<https://github.com/rust-lang/cargo/issues/14421>).

Feature Selection
The feature flags allow you to control which features are enabled. When
Expand Down
4 changes: 2 additions & 2 deletions src/doc/man/generated_txt/cargo-update.txt
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ OPTIONS

This option is only available on the nightly channel
<https://doc.rust-lang.org/book/appendix-07-nightly-rust.html> and
requires the -Z unstable-options flag to enable (see #5707
<https://github.com/rust-lang/cargo/issues/5707>).
requires the -Z unstable-options flag to enable (see #14421
<https://github.com/rust-lang/cargo/issues/14421>).

Common Options
+toolchain
Expand Down
4 changes: 2 additions & 2 deletions src/doc/man/generated_txt/cargo-vendor.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ OPTIONS

This option is only available on the nightly channel
<https://doc.rust-lang.org/book/appendix-07-nightly-rust.html> and
requires the -Z unstable-options flag to enable (see #5707
<https://github.com/rust-lang/cargo/issues/5707>).
requires the -Z unstable-options flag to enable (see #14421
<https://github.com/rust-lang/cargo/issues/14421>).

Display Options
-v, --verbose
Expand Down
2 changes: 1 addition & 1 deletion src/doc/man/includes/options-lockfile-path.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ This flag can be used to run most commands in read-only directories, writing loc
This option is only available on the [nightly
channel](https://doc.rust-lang.org/book/appendix-07-nightly-rust.html) and
requires the `-Z unstable-options` flag to enable (see
[#5707](https://github.com/rust-lang/cargo/issues/5707)).
[#14421](https://github.com/rust-lang/cargo/issues/14421)).
{{/option}}
2 changes: 1 addition & 1 deletion src/doc/src/commands/cargo-add.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ This flag can be used to run most commands in read-only directories, writing loc
<p>This option is only available on the <a href="https://doc.rust-lang.org/book/appendix-07-nightly-rust.html">nightly
channel</a> and
requires the <code>-Z unstable-options</code> flag to enable (see
<a href="https://github.com/rust-lang/cargo/issues/5707">#5707</a>).</dd>
<a href="https://github.com/rust-lang/cargo/issues/14421">#14421</a>).</dd>

</dl>

Expand Down
2 changes: 1 addition & 1 deletion src/doc/src/commands/cargo-bench.md
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ This flag can be used to run most commands in read-only directories, writing loc
<p>This option is only available on the <a href="https://doc.rust-lang.org/book/appendix-07-nightly-rust.html">nightly
channel</a> and
requires the <code>-Z unstable-options</code> flag to enable (see
<a href="https://github.com/rust-lang/cargo/issues/5707">#5707</a>).</dd>
<a href="https://github.com/rust-lang/cargo/issues/14421">#14421</a>).</dd>

</dl>

Expand Down
2 changes: 1 addition & 1 deletion src/doc/src/commands/cargo-build.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ This flag can be used to run most commands in read-only directories, writing loc
<p>This option is only available on the <a href="https://doc.rust-lang.org/book/appendix-07-nightly-rust.html">nightly
channel</a> and
requires the <code>-Z unstable-options</code> flag to enable (see
<a href="https://github.com/rust-lang/cargo/issues/5707">#5707</a>).</dd>
<a href="https://github.com/rust-lang/cargo/issues/14421">#14421</a>).</dd>

</dl>

Expand Down
2 changes: 1 addition & 1 deletion src/doc/src/commands/cargo-check.md
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ This flag can be used to run most commands in read-only directories, writing loc
<p>This option is only available on the <a href="https://doc.rust-lang.org/book/appendix-07-nightly-rust.html">nightly
channel</a> and
requires the <code>-Z unstable-options</code> flag to enable (see
<a href="https://github.com/rust-lang/cargo/issues/5707">#5707</a>).</dd>
<a href="https://github.com/rust-lang/cargo/issues/14421">#14421</a>).</dd>

</dl>

Expand Down
2 changes: 1 addition & 1 deletion src/doc/src/commands/cargo-clean.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ This flag can be used to run most commands in read-only directories, writing loc
<p>This option is only available on the <a href="https://doc.rust-lang.org/book/appendix-07-nightly-rust.html">nightly
channel</a> and
requires the <code>-Z unstable-options</code> flag to enable (see
<a href="https://github.com/rust-lang/cargo/issues/5707">#5707</a>).</dd>
<a href="https://github.com/rust-lang/cargo/issues/14421">#14421</a>).</dd>

</dl>

Expand Down
2 changes: 1 addition & 1 deletion src/doc/src/commands/cargo-doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ This flag can be used to run most commands in read-only directories, writing loc
<p>This option is only available on the <a href="https://doc.rust-lang.org/book/appendix-07-nightly-rust.html">nightly
channel</a> and
requires the <code>-Z unstable-options</code> flag to enable (see
<a href="https://github.com/rust-lang/cargo/issues/5707">#5707</a>).</dd>
<a href="https://github.com/rust-lang/cargo/issues/14421">#14421</a>).</dd>

</dl>

Expand Down
2 changes: 1 addition & 1 deletion src/doc/src/commands/cargo-fetch.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ This flag can be used to run most commands in read-only directories, writing loc
<p>This option is only available on the <a href="https://doc.rust-lang.org/book/appendix-07-nightly-rust.html">nightly
channel</a> and
requires the <code>-Z unstable-options</code> flag to enable (see
<a href="https://github.com/rust-lang/cargo/issues/5707">#5707</a>).</dd>
<a href="https://github.com/rust-lang/cargo/issues/14421">#14421</a>).</dd>

</dl>

Expand Down
2 changes: 1 addition & 1 deletion src/doc/src/commands/cargo-fix.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ This flag can be used to run most commands in read-only directories, writing loc
<p>This option is only available on the <a href="https://doc.rust-lang.org/book/appendix-07-nightly-rust.html">nightly
channel</a> and
requires the <code>-Z unstable-options</code> flag to enable (see
<a href="https://github.com/rust-lang/cargo/issues/5707">#5707</a>).</dd>
<a href="https://github.com/rust-lang/cargo/issues/14421">#14421</a>).</dd>

</dl>

Expand Down
2 changes: 1 addition & 1 deletion src/doc/src/commands/cargo-generate-lockfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ This flag can be used to run most commands in read-only directories, writing loc
<p>This option is only available on the <a href="https://doc.rust-lang.org/book/appendix-07-nightly-rust.html">nightly
channel</a> and
requires the <code>-Z unstable-options</code> flag to enable (see
<a href="https://github.com/rust-lang/cargo/issues/5707">#5707</a>).</dd>
<a href="https://github.com/rust-lang/cargo/issues/14421">#14421</a>).</dd>

</dl>

Expand Down
2 changes: 1 addition & 1 deletion src/doc/src/commands/cargo-metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ This flag can be used to run most commands in read-only directories, writing loc
<p>This option is only available on the <a href="https://doc.rust-lang.org/book/appendix-07-nightly-rust.html">nightly
channel</a> and
requires the <code>-Z unstable-options</code> flag to enable (see
<a href="https://github.com/rust-lang/cargo/issues/5707">#5707</a>).</dd>
<a href="https://github.com/rust-lang/cargo/issues/14421">#14421</a>).</dd>

</dl>

Expand Down
2 changes: 1 addition & 1 deletion src/doc/src/commands/cargo-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ This flag can be used to run most commands in read-only directories, writing loc
<p>This option is only available on the <a href="https://doc.rust-lang.org/book/appendix-07-nightly-rust.html">nightly
channel</a> and
requires the <code>-Z unstable-options</code> flag to enable (see
<a href="https://github.com/rust-lang/cargo/issues/5707">#5707</a>).</dd>
<a href="https://github.com/rust-lang/cargo/issues/14421">#14421</a>).</dd>


</dl>
Expand Down
2 changes: 1 addition & 1 deletion src/doc/src/commands/cargo-pkgid.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ This flag can be used to run most commands in read-only directories, writing loc
<p>This option is only available on the <a href="https://doc.rust-lang.org/book/appendix-07-nightly-rust.html">nightly
channel</a> and
requires the <code>-Z unstable-options</code> flag to enable (see
<a href="https://github.com/rust-lang/cargo/issues/5707">#5707</a>).</dd>
<a href="https://github.com/rust-lang/cargo/issues/14421">#14421</a>).</dd>


</dl>
Expand Down
2 changes: 1 addition & 1 deletion src/doc/src/commands/cargo-publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ This flag can be used to run most commands in read-only directories, writing loc
<p>This option is only available on the <a href="https://doc.rust-lang.org/book/appendix-07-nightly-rust.html">nightly
channel</a> and
requires the <code>-Z unstable-options</code> flag to enable (see
<a href="https://github.com/rust-lang/cargo/issues/5707">#5707</a>).</dd>
<a href="https://github.com/rust-lang/cargo/issues/14421">#14421</a>).</dd>


</dl>
Expand Down
2 changes: 1 addition & 1 deletion src/doc/src/commands/cargo-remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ This flag can be used to run most commands in read-only directories, writing loc
<p>This option is only available on the <a href="https://doc.rust-lang.org/book/appendix-07-nightly-rust.html">nightly
channel</a> and
requires the <code>-Z unstable-options</code> flag to enable (see
<a href="https://github.com/rust-lang/cargo/issues/5707">#5707</a>).</dd>
<a href="https://github.com/rust-lang/cargo/issues/14421">#14421</a>).</dd>

</dl>

Expand Down
2 changes: 1 addition & 1 deletion src/doc/src/commands/cargo-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ This flag can be used to run most commands in read-only directories, writing loc
<p>This option is only available on the <a href="https://doc.rust-lang.org/book/appendix-07-nightly-rust.html">nightly
channel</a> and
requires the <code>-Z unstable-options</code> flag to enable (see
<a href="https://github.com/rust-lang/cargo/issues/5707">#5707</a>).</dd>
<a href="https://github.com/rust-lang/cargo/issues/14421">#14421</a>).</dd>


</dl>
Expand Down
2 changes: 1 addition & 1 deletion src/doc/src/commands/cargo-rustc.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ This flag can be used to run most commands in read-only directories, writing loc
<p>This option is only available on the <a href="https://doc.rust-lang.org/book/appendix-07-nightly-rust.html">nightly
channel</a> and
requires the <code>-Z unstable-options</code> flag to enable (see
<a href="https://github.com/rust-lang/cargo/issues/5707">#5707</a>).</dd>
<a href="https://github.com/rust-lang/cargo/issues/14421">#14421</a>).</dd>


</dl>
Expand Down
Loading

0 comments on commit 88957a1

Please sign in to comment.