From f8662171f47c367f177a614be295c632aaf4264f Mon Sep 17 00:00:00 2001 From: Ifropc Date: Sun, 18 Aug 2024 10:50:27 -0700 Subject: [PATCH] doc: update lockfile-path tracking issue --- src/cargo/util/command_prelude.rs | 2 +- src/doc/man/generated_txt/cargo-add.txt | 4 ++-- src/doc/man/generated_txt/cargo-bench.txt | 4 ++-- src/doc/man/generated_txt/cargo-build.txt | 4 ++-- src/doc/man/generated_txt/cargo-check.txt | 4 ++-- src/doc/man/generated_txt/cargo-clean.txt | 4 ++-- src/doc/man/generated_txt/cargo-doc.txt | 4 ++-- src/doc/man/generated_txt/cargo-fetch.txt | 4 ++-- src/doc/man/generated_txt/cargo-fix.txt | 4 ++-- src/doc/man/generated_txt/cargo-generate-lockfile.txt | 4 ++-- src/doc/man/generated_txt/cargo-metadata.txt | 4 ++-- src/doc/man/generated_txt/cargo-package.txt | 4 ++-- src/doc/man/generated_txt/cargo-pkgid.txt | 4 ++-- src/doc/man/generated_txt/cargo-publish.txt | 4 ++-- src/doc/man/generated_txt/cargo-remove.txt | 4 ++-- src/doc/man/generated_txt/cargo-run.txt | 4 ++-- src/doc/man/generated_txt/cargo-rustc.txt | 4 ++-- src/doc/man/generated_txt/cargo-rustdoc.txt | 4 ++-- src/doc/man/generated_txt/cargo-test.txt | 4 ++-- src/doc/man/generated_txt/cargo-tree.txt | 4 ++-- src/doc/man/generated_txt/cargo-update.txt | 4 ++-- src/doc/man/generated_txt/cargo-vendor.txt | 4 ++-- src/doc/man/includes/options-lockfile-path.md | 2 +- src/doc/src/commands/cargo-add.md | 2 +- src/doc/src/commands/cargo-bench.md | 2 +- src/doc/src/commands/cargo-build.md | 2 +- src/doc/src/commands/cargo-check.md | 2 +- src/doc/src/commands/cargo-clean.md | 2 +- src/doc/src/commands/cargo-doc.md | 2 +- src/doc/src/commands/cargo-fetch.md | 2 +- src/doc/src/commands/cargo-fix.md | 2 +- src/doc/src/commands/cargo-generate-lockfile.md | 2 +- src/doc/src/commands/cargo-metadata.md | 2 +- src/doc/src/commands/cargo-package.md | 2 +- src/doc/src/commands/cargo-pkgid.md | 2 +- src/doc/src/commands/cargo-publish.md | 2 +- src/doc/src/commands/cargo-remove.md | 2 +- src/doc/src/commands/cargo-run.md | 2 +- src/doc/src/commands/cargo-rustc.md | 2 +- src/doc/src/commands/cargo-rustdoc.md | 2 +- src/doc/src/commands/cargo-test.md | 2 +- src/doc/src/commands/cargo-tree.md | 2 +- src/doc/src/commands/cargo-update.md | 2 +- src/doc/src/commands/cargo-vendor.md | 2 +- src/etc/man/cargo-add.1 | 2 +- src/etc/man/cargo-bench.1 | 2 +- src/etc/man/cargo-build.1 | 2 +- src/etc/man/cargo-check.1 | 2 +- src/etc/man/cargo-clean.1 | 2 +- src/etc/man/cargo-doc.1 | 2 +- src/etc/man/cargo-fetch.1 | 2 +- src/etc/man/cargo-fix.1 | 2 +- src/etc/man/cargo-generate-lockfile.1 | 2 +- src/etc/man/cargo-metadata.1 | 2 +- src/etc/man/cargo-package.1 | 2 +- src/etc/man/cargo-pkgid.1 | 2 +- src/etc/man/cargo-publish.1 | 2 +- src/etc/man/cargo-remove.1 | 2 +- src/etc/man/cargo-run.1 | 2 +- src/etc/man/cargo-rustc.1 | 2 +- src/etc/man/cargo-rustdoc.1 | 2 +- src/etc/man/cargo-test.1 | 2 +- src/etc/man/cargo-tree.1 | 2 +- src/etc/man/cargo-update.1 | 2 +- src/etc/man/cargo-vendor.1 | 2 +- tests/testsuite/lockfile_path.rs | 2 +- 66 files changed, 87 insertions(+), 87 deletions(-) diff --git a/src/cargo/util/command_prelude.rs b/src/cargo/util/command_prelude.rs index dfc4ad147a0..9b8ff13e7fd 100644 --- a/src/cargo/util/command_prelude.rs +++ b/src/cargo/util/command_prelude.rs @@ -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); diff --git a/src/doc/man/generated_txt/cargo-add.txt b/src/doc/man/generated_txt/cargo-add.txt index f37496d749c..33c536f8321 100644 --- a/src/doc/man/generated_txt/cargo-add.txt +++ b/src/doc/man/generated_txt/cargo-add.txt @@ -209,8 +209,8 @@ OPTIONS This option is only available on the nightly channel and - requires the -Z unstable-options flag to enable (see #5707 - ). + requires the -Z unstable-options flag to enable (see #14421 + ). Common Options +toolchain diff --git a/src/doc/man/generated_txt/cargo-bench.txt b/src/doc/man/generated_txt/cargo-bench.txt index ea29cb40732..3987981d0e5 100644 --- a/src/doc/man/generated_txt/cargo-bench.txt +++ b/src/doc/man/generated_txt/cargo-bench.txt @@ -380,8 +380,8 @@ OPTIONS This option is only available on the nightly channel and - requires the -Z unstable-options flag to enable (see #5707 - ). + requires the -Z unstable-options flag to enable (see #14421 + ). Common Options +toolchain diff --git a/src/doc/man/generated_txt/cargo-build.txt b/src/doc/man/generated_txt/cargo-build.txt index b405d010b87..25044640f89 100644 --- a/src/doc/man/generated_txt/cargo-build.txt +++ b/src/doc/man/generated_txt/cargo-build.txt @@ -314,8 +314,8 @@ OPTIONS This option is only available on the nightly channel and - requires the -Z unstable-options flag to enable (see #5707 - ). + requires the -Z unstable-options flag to enable (see #14421 + ). Common Options +toolchain diff --git a/src/doc/man/generated_txt/cargo-check.txt b/src/doc/man/generated_txt/cargo-check.txt index abd3b806ce4..23d0c9f99c5 100644 --- a/src/doc/man/generated_txt/cargo-check.txt +++ b/src/doc/man/generated_txt/cargo-check.txt @@ -299,8 +299,8 @@ OPTIONS This option is only available on the nightly channel and - requires the -Z unstable-options flag to enable (see #5707 - ). + requires the -Z unstable-options flag to enable (see #14421 + ). Common Options +toolchain diff --git a/src/doc/man/generated_txt/cargo-clean.txt b/src/doc/man/generated_txt/cargo-clean.txt index b8ac07fe899..9e9c70dcd6f 100644 --- a/src/doc/man/generated_txt/cargo-clean.txt +++ b/src/doc/man/generated_txt/cargo-clean.txt @@ -135,8 +135,8 @@ OPTIONS This option is only available on the nightly channel and - requires the -Z unstable-options flag to enable (see #5707 - ). + requires the -Z unstable-options flag to enable (see #14421 + ). Common Options +toolchain diff --git a/src/doc/man/generated_txt/cargo-doc.txt b/src/doc/man/generated_txt/cargo-doc.txt index f6dde3580f2..434fd5cd83d 100644 --- a/src/doc/man/generated_txt/cargo-doc.txt +++ b/src/doc/man/generated_txt/cargo-doc.txt @@ -270,8 +270,8 @@ OPTIONS This option is only available on the nightly channel and - requires the -Z unstable-options flag to enable (see #5707 - ). + requires the -Z unstable-options flag to enable (see #14421 + ). Common Options +toolchain diff --git a/src/doc/man/generated_txt/cargo-fetch.txt b/src/doc/man/generated_txt/cargo-fetch.txt index 58611ee8d5e..09272cb9dcc 100644 --- a/src/doc/man/generated_txt/cargo-fetch.txt +++ b/src/doc/man/generated_txt/cargo-fetch.txt @@ -114,8 +114,8 @@ OPTIONS This option is only available on the nightly channel and - requires the -Z unstable-options flag to enable (see #5707 - ). + requires the -Z unstable-options flag to enable (see #14421 + ). Common Options +toolchain diff --git a/src/doc/man/generated_txt/cargo-fix.txt b/src/doc/man/generated_txt/cargo-fix.txt index 13f9a181fe2..e33d4bbd7fe 100644 --- a/src/doc/man/generated_txt/cargo-fix.txt +++ b/src/doc/man/generated_txt/cargo-fix.txt @@ -372,8 +372,8 @@ OPTIONS This option is only available on the nightly channel and - requires the -Z unstable-options flag to enable (see #5707 - ). + requires the -Z unstable-options flag to enable (see #14421 + ). Common Options +toolchain diff --git a/src/doc/man/generated_txt/cargo-generate-lockfile.txt b/src/doc/man/generated_txt/cargo-generate-lockfile.txt index 7e251ba0afc..5933cf3b0f0 100644 --- a/src/doc/man/generated_txt/cargo-generate-lockfile.txt +++ b/src/doc/man/generated_txt/cargo-generate-lockfile.txt @@ -93,8 +93,8 @@ OPTIONS This option is only available on the nightly channel and - requires the -Z unstable-options flag to enable (see #5707 - ). + requires the -Z unstable-options flag to enable (see #14421 + ). Common Options +toolchain diff --git a/src/doc/man/generated_txt/cargo-metadata.txt b/src/doc/man/generated_txt/cargo-metadata.txt index 5500387c59d..939826531f6 100644 --- a/src/doc/man/generated_txt/cargo-metadata.txt +++ b/src/doc/man/generated_txt/cargo-metadata.txt @@ -450,8 +450,8 @@ OPTIONS This option is only available on the nightly channel and - requires the -Z unstable-options flag to enable (see #5707 - ). + requires the -Z unstable-options flag to enable (see #14421 + ). Common Options +toolchain diff --git a/src/doc/man/generated_txt/cargo-package.txt b/src/doc/man/generated_txt/cargo-package.txt index 6d1020b2eac..faa0a6dc22e 100644 --- a/src/doc/man/generated_txt/cargo-package.txt +++ b/src/doc/man/generated_txt/cargo-package.txt @@ -224,8 +224,8 @@ OPTIONS This option is only available on the nightly channel and - requires the -Z unstable-options flag to enable (see #5707 - ). + requires the -Z unstable-options flag to enable (see #14421 + ). Miscellaneous Options -j N, --jobs N diff --git a/src/doc/man/generated_txt/cargo-pkgid.txt b/src/doc/man/generated_txt/cargo-pkgid.txt index c4396491941..e36d1408301 100644 --- a/src/doc/man/generated_txt/cargo-pkgid.txt +++ b/src/doc/man/generated_txt/cargo-pkgid.txt @@ -128,8 +128,8 @@ OPTIONS This option is only available on the nightly channel and - requires the -Z unstable-options flag to enable (see #5707 - ). + requires the -Z unstable-options flag to enable (see #14421 + ). Common Options +toolchain diff --git a/src/doc/man/generated_txt/cargo-publish.txt b/src/doc/man/generated_txt/cargo-publish.txt index a78e8a473e8..08c0c123615 100644 --- a/src/doc/man/generated_txt/cargo-publish.txt +++ b/src/doc/man/generated_txt/cargo-publish.txt @@ -172,8 +172,8 @@ OPTIONS This option is only available on the nightly channel and - requires the -Z unstable-options flag to enable (see #5707 - ). + requires the -Z unstable-options flag to enable (see #14421 + ). Miscellaneous Options -j N, --jobs N diff --git a/src/doc/man/generated_txt/cargo-remove.txt b/src/doc/man/generated_txt/cargo-remove.txt index 7a0dac18dcd..4f5c4a3d394 100644 --- a/src/doc/man/generated_txt/cargo-remove.txt +++ b/src/doc/man/generated_txt/cargo-remove.txt @@ -105,8 +105,8 @@ OPTIONS This option is only available on the nightly channel and - requires the -Z unstable-options flag to enable (see #5707 - ). + requires the -Z unstable-options flag to enable (see #14421 + ). Package Selection -p spec…, --package spec… diff --git a/src/doc/man/generated_txt/cargo-run.txt b/src/doc/man/generated_txt/cargo-run.txt index b39116489a1..5716b934692 100644 --- a/src/doc/man/generated_txt/cargo-run.txt +++ b/src/doc/man/generated_txt/cargo-run.txt @@ -218,8 +218,8 @@ OPTIONS This option is only available on the nightly channel and - requires the -Z unstable-options flag to enable (see #5707 - ). + requires the -Z unstable-options flag to enable (see #14421 + ). Common Options +toolchain diff --git a/src/doc/man/generated_txt/cargo-rustc.txt b/src/doc/man/generated_txt/cargo-rustc.txt index d608d54f827..031b5be83dd 100644 --- a/src/doc/man/generated_txt/cargo-rustc.txt +++ b/src/doc/man/generated_txt/cargo-rustc.txt @@ -316,8 +316,8 @@ OPTIONS This option is only available on the nightly channel and - requires the -Z unstable-options flag to enable (see #5707 - ). + requires the -Z unstable-options flag to enable (see #14421 + ). Common Options +toolchain diff --git a/src/doc/man/generated_txt/cargo-rustdoc.txt b/src/doc/man/generated_txt/cargo-rustdoc.txt index 5ce2de988ba..3d0397faec6 100644 --- a/src/doc/man/generated_txt/cargo-rustdoc.txt +++ b/src/doc/man/generated_txt/cargo-rustdoc.txt @@ -286,8 +286,8 @@ OPTIONS This option is only available on the nightly channel and - requires the -Z unstable-options flag to enable (see #5707 - ). + requires the -Z unstable-options flag to enable (see #14421 + ). Common Options +toolchain diff --git a/src/doc/man/generated_txt/cargo-test.txt b/src/doc/man/generated_txt/cargo-test.txt index b14b754b985..272340842fc 100644 --- a/src/doc/man/generated_txt/cargo-test.txt +++ b/src/doc/man/generated_txt/cargo-test.txt @@ -406,8 +406,8 @@ OPTIONS This option is only available on the nightly channel and - requires the -Z unstable-options flag to enable (see #5707 - ). + requires the -Z unstable-options flag to enable (see #14421 + ). Common Options +toolchain diff --git a/src/doc/man/generated_txt/cargo-tree.txt b/src/doc/man/generated_txt/cargo-tree.txt index f78c9ce8e69..1af730aff53 100644 --- a/src/doc/man/generated_txt/cargo-tree.txt +++ b/src/doc/man/generated_txt/cargo-tree.txt @@ -255,8 +255,8 @@ OPTIONS This option is only available on the nightly channel and - requires the -Z unstable-options flag to enable (see #5707 - ). + requires the -Z unstable-options flag to enable (see #14421 + ). Feature Selection The feature flags allow you to control which features are enabled. When diff --git a/src/doc/man/generated_txt/cargo-update.txt b/src/doc/man/generated_txt/cargo-update.txt index 95293b1ae39..2c01e52a7f0 100644 --- a/src/doc/man/generated_txt/cargo-update.txt +++ b/src/doc/man/generated_txt/cargo-update.txt @@ -152,8 +152,8 @@ OPTIONS This option is only available on the nightly channel and - requires the -Z unstable-options flag to enable (see #5707 - ). + requires the -Z unstable-options flag to enable (see #14421 + ). Common Options +toolchain diff --git a/src/doc/man/generated_txt/cargo-vendor.txt b/src/doc/man/generated_txt/cargo-vendor.txt index e43b02fa1a0..45b5f876a6f 100644 --- a/src/doc/man/generated_txt/cargo-vendor.txt +++ b/src/doc/man/generated_txt/cargo-vendor.txt @@ -97,8 +97,8 @@ OPTIONS This option is only available on the nightly channel and - requires the -Z unstable-options flag to enable (see #5707 - ). + requires the -Z unstable-options flag to enable (see #14421 + ). Display Options -v, --verbose diff --git a/src/doc/man/includes/options-lockfile-path.md b/src/doc/man/includes/options-lockfile-path.md index 993b9884ec8..8bf507f1fd8 100644 --- a/src/doc/man/includes/options-lockfile-path.md +++ b/src/doc/man/includes/options-lockfile-path.md @@ -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}} \ No newline at end of file diff --git a/src/doc/src/commands/cargo-add.md b/src/doc/src/commands/cargo-add.md index 443db3a8b33..774ca41edfa 100644 --- a/src/doc/src/commands/cargo-add.md +++ b/src/doc/src/commands/cargo-add.md @@ -225,7 +225,7 @@ This flag can be used to run most commands in read-only directories, writing loc

This option is only available on the nightly channel and requires the -Z unstable-options flag to enable (see -#5707). +#14421). diff --git a/src/doc/src/commands/cargo-bench.md b/src/doc/src/commands/cargo-bench.md index b23127fb98a..85488b6c0d6 100644 --- a/src/doc/src/commands/cargo-bench.md +++ b/src/doc/src/commands/cargo-bench.md @@ -414,7 +414,7 @@ This flag can be used to run most commands in read-only directories, writing loc

This option is only available on the nightly channel and requires the -Z unstable-options flag to enable (see -#5707). +#14421). diff --git a/src/doc/src/commands/cargo-build.md b/src/doc/src/commands/cargo-build.md index a8fe5f58623..00efadc7c86 100644 --- a/src/doc/src/commands/cargo-build.md +++ b/src/doc/src/commands/cargo-build.md @@ -345,7 +345,7 @@ This flag can be used to run most commands in read-only directories, writing loc

This option is only available on the nightly channel and requires the -Z unstable-options flag to enable (see -#5707). +#14421). diff --git a/src/doc/src/commands/cargo-check.md b/src/doc/src/commands/cargo-check.md index 41fa6b73131..664fa19f13d 100644 --- a/src/doc/src/commands/cargo-check.md +++ b/src/doc/src/commands/cargo-check.md @@ -327,7 +327,7 @@ This flag can be used to run most commands in read-only directories, writing loc

This option is only available on the nightly channel and requires the -Z unstable-options flag to enable (see -#5707). +#14421). diff --git a/src/doc/src/commands/cargo-clean.md b/src/doc/src/commands/cargo-clean.md index 72ae58c9577..e4df7f8d38e 100644 --- a/src/doc/src/commands/cargo-clean.md +++ b/src/doc/src/commands/cargo-clean.md @@ -148,7 +148,7 @@ This flag can be used to run most commands in read-only directories, writing loc

This option is only available on the nightly channel and requires the -Z unstable-options flag to enable (see -#5707). +#14421). diff --git a/src/doc/src/commands/cargo-doc.md b/src/doc/src/commands/cargo-doc.md index 041c171975b..dc1a41a7b41 100644 --- a/src/doc/src/commands/cargo-doc.md +++ b/src/doc/src/commands/cargo-doc.md @@ -302,7 +302,7 @@ This flag can be used to run most commands in read-only directories, writing loc

This option is only available on the nightly channel and requires the -Z unstable-options flag to enable (see -#5707). +#14421). diff --git a/src/doc/src/commands/cargo-fetch.md b/src/doc/src/commands/cargo-fetch.md index 782fdab355a..20dfcdb8e54 100644 --- a/src/doc/src/commands/cargo-fetch.md +++ b/src/doc/src/commands/cargo-fetch.md @@ -115,7 +115,7 @@ This flag can be used to run most commands in read-only directories, writing loc

This option is only available on the nightly channel and requires the -Z unstable-options flag to enable (see -#5707). +#14421). diff --git a/src/doc/src/commands/cargo-fix.md b/src/doc/src/commands/cargo-fix.md index 8937692393b..c84d33abd13 100644 --- a/src/doc/src/commands/cargo-fix.md +++ b/src/doc/src/commands/cargo-fix.md @@ -407,7 +407,7 @@ This flag can be used to run most commands in read-only directories, writing loc

This option is only available on the nightly channel and requires the -Z unstable-options flag to enable (see -#5707). +#14421). diff --git a/src/doc/src/commands/cargo-generate-lockfile.md b/src/doc/src/commands/cargo-generate-lockfile.md index a361cabf02b..4d13a37e07b 100644 --- a/src/doc/src/commands/cargo-generate-lockfile.md +++ b/src/doc/src/commands/cargo-generate-lockfile.md @@ -100,7 +100,7 @@ This flag can be used to run most commands in read-only directories, writing loc

This option is only available on the nightly channel and requires the -Z unstable-options flag to enable (see -#5707). +#14421). diff --git a/src/doc/src/commands/cargo-metadata.md b/src/doc/src/commands/cargo-metadata.md index 4d09d6c3df1..d788235cbfb 100644 --- a/src/doc/src/commands/cargo-metadata.md +++ b/src/doc/src/commands/cargo-metadata.md @@ -468,7 +468,7 @@ This flag can be used to run most commands in read-only directories, writing loc

This option is only available on the nightly channel and requires the -Z unstable-options flag to enable (see -#5707). +#14421). diff --git a/src/doc/src/commands/cargo-package.md b/src/doc/src/commands/cargo-package.md index c8a13f8eb23..57eb7a47313 100644 --- a/src/doc/src/commands/cargo-package.md +++ b/src/doc/src/commands/cargo-package.md @@ -242,7 +242,7 @@ This flag can be used to run most commands in read-only directories, writing loc

This option is only available on the nightly channel and requires the -Z unstable-options flag to enable (see -#5707). +#14421). diff --git a/src/doc/src/commands/cargo-pkgid.md b/src/doc/src/commands/cargo-pkgid.md index c531864d3b9..43c3bd54775 100644 --- a/src/doc/src/commands/cargo-pkgid.md +++ b/src/doc/src/commands/cargo-pkgid.md @@ -128,7 +128,7 @@ This flag can be used to run most commands in read-only directories, writing loc

This option is only available on the nightly channel and requires the -Z unstable-options flag to enable (see -#5707). +#14421). diff --git a/src/doc/src/commands/cargo-publish.md b/src/doc/src/commands/cargo-publish.md index dacdfc8fd26..12df38da133 100644 --- a/src/doc/src/commands/cargo-publish.md +++ b/src/doc/src/commands/cargo-publish.md @@ -189,7 +189,7 @@ This flag can be used to run most commands in read-only directories, writing loc

This option is only available on the nightly channel and requires the -Z unstable-options flag to enable (see -#5707). +#14421). diff --git a/src/doc/src/commands/cargo-remove.md b/src/doc/src/commands/cargo-remove.md index 95e827b7c41..9cae4839828 100644 --- a/src/doc/src/commands/cargo-remove.md +++ b/src/doc/src/commands/cargo-remove.md @@ -119,7 +119,7 @@ This flag can be used to run most commands in read-only directories, writing loc

This option is only available on the nightly channel and requires the -Z unstable-options flag to enable (see -#5707). +#14421). diff --git a/src/doc/src/commands/cargo-run.md b/src/doc/src/commands/cargo-run.md index 408008106e4..237d23e6bc0 100644 --- a/src/doc/src/commands/cargo-run.md +++ b/src/doc/src/commands/cargo-run.md @@ -247,7 +247,7 @@ This flag can be used to run most commands in read-only directories, writing loc

This option is only available on the nightly channel and requires the -Z unstable-options flag to enable (see -#5707). +#14421). diff --git a/src/doc/src/commands/cargo-rustc.md b/src/doc/src/commands/cargo-rustc.md index 494cb3ccd34..7d4943e85ed 100644 --- a/src/doc/src/commands/cargo-rustc.md +++ b/src/doc/src/commands/cargo-rustc.md @@ -341,7 +341,7 @@ This flag can be used to run most commands in read-only directories, writing loc

This option is only available on the nightly channel and requires the -Z unstable-options flag to enable (see -#5707). +#14421). diff --git a/src/doc/src/commands/cargo-rustdoc.md b/src/doc/src/commands/cargo-rustdoc.md index cd6ec47a8a5..5ff822877a0 100644 --- a/src/doc/src/commands/cargo-rustdoc.md +++ b/src/doc/src/commands/cargo-rustdoc.md @@ -322,7 +322,7 @@ This flag can be used to run most commands in read-only directories, writing loc

This option is only available on the nightly channel and requires the -Z unstable-options flag to enable (see -#5707). +#14421). diff --git a/src/doc/src/commands/cargo-test.md b/src/doc/src/commands/cargo-test.md index 3e3304948b3..205985f4d08 100644 --- a/src/doc/src/commands/cargo-test.md +++ b/src/doc/src/commands/cargo-test.md @@ -443,7 +443,7 @@ This flag can be used to run most commands in read-only directories, writing loc

This option is only available on the nightly channel and requires the -Z unstable-options flag to enable (see -#5707). +#14421). diff --git a/src/doc/src/commands/cargo-tree.md b/src/doc/src/commands/cargo-tree.md index 4c1ae3d646a..154939a28ef 100644 --- a/src/doc/src/commands/cargo-tree.md +++ b/src/doc/src/commands/cargo-tree.md @@ -260,7 +260,7 @@ This flag can be used to run most commands in read-only directories, writing loc

This option is only available on the nightly channel and requires the -Z unstable-options flag to enable (see -#5707). +#14421). diff --git a/src/doc/src/commands/cargo-update.md b/src/doc/src/commands/cargo-update.md index 54d17a3df2b..1d1521a35a4 100644 --- a/src/doc/src/commands/cargo-update.md +++ b/src/doc/src/commands/cargo-update.md @@ -159,7 +159,7 @@ This flag can be used to run most commands in read-only directories, writing loc

This option is only available on the nightly channel and requires the -Z unstable-options flag to enable (see -#5707). +#14421). diff --git a/src/doc/src/commands/cargo-vendor.md b/src/doc/src/commands/cargo-vendor.md index 3ec1ffeef0b..4a09e91a6eb 100644 --- a/src/doc/src/commands/cargo-vendor.md +++ b/src/doc/src/commands/cargo-vendor.md @@ -106,7 +106,7 @@ This flag can be used to run most commands in read-only directories, writing loc

This option is only available on the nightly channel and requires the -Z unstable-options flag to enable (see -#5707). +#14421). diff --git a/src/etc/man/cargo-add.1 b/src/etc/man/cargo-add.1 index d5db51f1547..b89508b3f09 100644 --- a/src/etc/man/cargo-add.1 +++ b/src/etc/man/cargo-add.1 @@ -266,7 +266,7 @@ This flag can be used to run most commands in read\-only directories, writing lo This option is only available on the \fInightly channel\fR and requires the \fB\-Z unstable\-options\fR flag to enable (see -\fI#5707\fR ). +\fI#14421\fR ). .RE .SS "Common Options" .sp diff --git a/src/etc/man/cargo-bench.1 b/src/etc/man/cargo-bench.1 index df71be5174f..c74751013d3 100644 --- a/src/etc/man/cargo-bench.1 +++ b/src/etc/man/cargo-bench.1 @@ -466,7 +466,7 @@ This flag can be used to run most commands in read\-only directories, writing lo This option is only available on the \fInightly channel\fR and requires the \fB\-Z unstable\-options\fR flag to enable (see -\fI#5707\fR ). +\fI#14421\fR ). .RE .SS "Common Options" .sp diff --git a/src/etc/man/cargo-build.1 b/src/etc/man/cargo-build.1 index 0eaa6085a71..d210f44698a 100644 --- a/src/etc/man/cargo-build.1 +++ b/src/etc/man/cargo-build.1 @@ -384,7 +384,7 @@ This flag can be used to run most commands in read\-only directories, writing lo This option is only available on the \fInightly channel\fR and requires the \fB\-Z unstable\-options\fR flag to enable (see -\fI#5707\fR ). +\fI#14421\fR ). .RE .SS "Common Options" .sp diff --git a/src/etc/man/cargo-check.1 b/src/etc/man/cargo-check.1 index 9d595bac4ce..30bc3909870 100644 --- a/src/etc/man/cargo-check.1 +++ b/src/etc/man/cargo-check.1 @@ -365,7 +365,7 @@ This flag can be used to run most commands in read\-only directories, writing lo This option is only available on the \fInightly channel\fR and requires the \fB\-Z unstable\-options\fR flag to enable (see -\fI#5707\fR ). +\fI#14421\fR ). .RE .SS "Common Options" .sp diff --git a/src/etc/man/cargo-clean.1 b/src/etc/man/cargo-clean.1 index 63fa9a4ecc2..113af4a9874 100644 --- a/src/etc/man/cargo-clean.1 +++ b/src/etc/man/cargo-clean.1 @@ -165,7 +165,7 @@ This flag can be used to run most commands in read\-only directories, writing lo This option is only available on the \fInightly channel\fR and requires the \fB\-Z unstable\-options\fR flag to enable (see -\fI#5707\fR ). +\fI#14421\fR ). .RE .SS "Common Options" .sp diff --git a/src/etc/man/cargo-doc.1 b/src/etc/man/cargo-doc.1 index 89bc9f661b7..0834b250a61 100644 --- a/src/etc/man/cargo-doc.1 +++ b/src/etc/man/cargo-doc.1 @@ -332,7 +332,7 @@ This flag can be used to run most commands in read\-only directories, writing lo This option is only available on the \fInightly channel\fR and requires the \fB\-Z unstable\-options\fR flag to enable (see -\fI#5707\fR ). +\fI#14421\fR ). .RE .SS "Common Options" .sp diff --git a/src/etc/man/cargo-fetch.1 b/src/etc/man/cargo-fetch.1 index 403b2195db4..4caa4e36d02 100644 --- a/src/etc/man/cargo-fetch.1 +++ b/src/etc/man/cargo-fetch.1 @@ -131,7 +131,7 @@ This flag can be used to run most commands in read\-only directories, writing lo This option is only available on the \fInightly channel\fR and requires the \fB\-Z unstable\-options\fR flag to enable (see -\fI#5707\fR ). +\fI#14421\fR ). .RE .SS "Common Options" .sp diff --git a/src/etc/man/cargo-fix.1 b/src/etc/man/cargo-fix.1 index 61ac3186343..4bb1ef4e103 100644 --- a/src/etc/man/cargo-fix.1 +++ b/src/etc/man/cargo-fix.1 @@ -460,7 +460,7 @@ This flag can be used to run most commands in read\-only directories, writing lo This option is only available on the \fInightly channel\fR and requires the \fB\-Z unstable\-options\fR flag to enable (see -\fI#5707\fR ). +\fI#14421\fR ). .RE .SS "Common Options" .sp diff --git a/src/etc/man/cargo-generate-lockfile.1 b/src/etc/man/cargo-generate-lockfile.1 index 3a9f2bdf1a2..7e589ed815b 100644 --- a/src/etc/man/cargo-generate-lockfile.1 +++ b/src/etc/man/cargo-generate-lockfile.1 @@ -117,7 +117,7 @@ This flag can be used to run most commands in read\-only directories, writing lo This option is only available on the \fInightly channel\fR and requires the \fB\-Z unstable\-options\fR flag to enable (see -\fI#5707\fR ). +\fI#14421\fR ). .RE .SS "Common Options" .sp diff --git a/src/etc/man/cargo-metadata.1 b/src/etc/man/cargo-metadata.1 index e2269935d59..059b66d45da 100644 --- a/src/etc/man/cargo-metadata.1 +++ b/src/etc/man/cargo-metadata.1 @@ -488,7 +488,7 @@ This flag can be used to run most commands in read\-only directories, writing lo This option is only available on the \fInightly channel\fR and requires the \fB\-Z unstable\-options\fR flag to enable (see -\fI#5707\fR ). +\fI#14421\fR ). .RE .SS "Common Options" .sp diff --git a/src/etc/man/cargo-package.1 b/src/etc/man/cargo-package.1 index 1ac506c08fa..fc0e70aade5 100644 --- a/src/etc/man/cargo-package.1 +++ b/src/etc/man/cargo-package.1 @@ -272,7 +272,7 @@ This flag can be used to run most commands in read\-only directories, writing lo This option is only available on the \fInightly channel\fR and requires the \fB\-Z unstable\-options\fR flag to enable (see -\fI#5707\fR ). +\fI#14421\fR ). .RE .SS "Miscellaneous Options" .sp diff --git a/src/etc/man/cargo-pkgid.1 b/src/etc/man/cargo-pkgid.1 index 6d6da78e35d..d6907b3afcf 100644 --- a/src/etc/man/cargo-pkgid.1 +++ b/src/etc/man/cargo-pkgid.1 @@ -171,7 +171,7 @@ This flag can be used to run most commands in read\-only directories, writing lo This option is only available on the \fInightly channel\fR and requires the \fB\-Z unstable\-options\fR flag to enable (see -\fI#5707\fR ). +\fI#14421\fR ). .RE .SS "Common Options" .sp diff --git a/src/etc/man/cargo-publish.1 b/src/etc/man/cargo-publish.1 index 0fd1c9e864e..3a865dce065 100644 --- a/src/etc/man/cargo-publish.1 +++ b/src/etc/man/cargo-publish.1 @@ -204,7 +204,7 @@ This flag can be used to run most commands in read\-only directories, writing lo This option is only available on the \fInightly channel\fR and requires the \fB\-Z unstable\-options\fR flag to enable (see -\fI#5707\fR ). +\fI#14421\fR ). .RE .SS "Miscellaneous Options" .sp diff --git a/src/etc/man/cargo-remove.1 b/src/etc/man/cargo-remove.1 index 1b90e2abb2d..44203e2e3d0 100644 --- a/src/etc/man/cargo-remove.1 +++ b/src/etc/man/cargo-remove.1 @@ -131,7 +131,7 @@ This flag can be used to run most commands in read\-only directories, writing lo This option is only available on the \fInightly channel\fR and requires the \fB\-Z unstable\-options\fR flag to enable (see -\fI#5707\fR ). +\fI#14421\fR ). .RE .SS "Package Selection" .sp diff --git a/src/etc/man/cargo-run.1 b/src/etc/man/cargo-run.1 index 3794fe15928..68ddbe8b01b 100644 --- a/src/etc/man/cargo-run.1 +++ b/src/etc/man/cargo-run.1 @@ -269,7 +269,7 @@ This flag can be used to run most commands in read\-only directories, writing lo This option is only available on the \fInightly channel\fR and requires the \fB\-Z unstable\-options\fR flag to enable (see -\fI#5707\fR ). +\fI#14421\fR ). .RE .SS "Common Options" .sp diff --git a/src/etc/man/cargo-rustc.1 b/src/etc/man/cargo-rustc.1 index f5f18568375..e301d13e4e6 100644 --- a/src/etc/man/cargo-rustc.1 +++ b/src/etc/man/cargo-rustc.1 @@ -383,7 +383,7 @@ This flag can be used to run most commands in read\-only directories, writing lo This option is only available on the \fInightly channel\fR and requires the \fB\-Z unstable\-options\fR flag to enable (see -\fI#5707\fR ). +\fI#14421\fR ). .RE .SS "Common Options" .sp diff --git a/src/etc/man/cargo-rustdoc.1 b/src/etc/man/cargo-rustdoc.1 index b6393f8bb24..0908e8ecbeb 100644 --- a/src/etc/man/cargo-rustdoc.1 +++ b/src/etc/man/cargo-rustdoc.1 @@ -351,7 +351,7 @@ This flag can be used to run most commands in read\-only directories, writing lo This option is only available on the \fInightly channel\fR and requires the \fB\-Z unstable\-options\fR flag to enable (see -\fI#5707\fR ). +\fI#14421\fR ). .RE .SS "Common Options" .sp diff --git a/src/etc/man/cargo-test.1 b/src/etc/man/cargo-test.1 index 945d90fb29b..61fd967c956 100644 --- a/src/etc/man/cargo-test.1 +++ b/src/etc/man/cargo-test.1 @@ -493,7 +493,7 @@ This flag can be used to run most commands in read\-only directories, writing lo This option is only available on the \fInightly channel\fR and requires the \fB\-Z unstable\-options\fR flag to enable (see -\fI#5707\fR ). +\fI#14421\fR ). .RE .SS "Common Options" .sp diff --git a/src/etc/man/cargo-tree.1 b/src/etc/man/cargo-tree.1 index 365ad15eb59..c951460b028 100644 --- a/src/etc/man/cargo-tree.1 +++ b/src/etc/man/cargo-tree.1 @@ -316,7 +316,7 @@ This flag can be used to run most commands in read\-only directories, writing lo This option is only available on the \fInightly channel\fR and requires the \fB\-Z unstable\-options\fR flag to enable (see -\fI#5707\fR ). +\fI#14421\fR ). .RE .SS "Feature Selection" The feature flags allow you to control which features are enabled. When no diff --git a/src/etc/man/cargo-update.1 b/src/etc/man/cargo-update.1 index cf20758fc20..b6674a05b8d 100644 --- a/src/etc/man/cargo-update.1 +++ b/src/etc/man/cargo-update.1 @@ -193,7 +193,7 @@ This flag can be used to run most commands in read\-only directories, writing lo This option is only available on the \fInightly channel\fR and requires the \fB\-Z unstable\-options\fR flag to enable (see -\fI#5707\fR ). +\fI#14421\fR ). .RE .SS "Common Options" .sp diff --git a/src/etc/man/cargo-vendor.1 b/src/etc/man/cargo-vendor.1 index af7369f13d7..de0841dc562 100644 --- a/src/etc/man/cargo-vendor.1 +++ b/src/etc/man/cargo-vendor.1 @@ -112,7 +112,7 @@ This flag can be used to run most commands in read\-only directories, writing lo This option is only available on the \fInightly channel\fR and requires the \fB\-Z unstable\-options\fR flag to enable (see -\fI#5707\fR ). +\fI#14421\fR ). .RE .SS "Display Options" .sp diff --git a/tests/testsuite/lockfile_path.rs b/tests/testsuite/lockfile_path.rs index 01465a3a266..f7f513859e6 100644 --- a/tests/testsuite/lockfile_path.rs +++ b/tests/testsuite/lockfile_path.rs @@ -25,7 +25,7 @@ fn must_have_unstable_options() { .arg(lockfile_path) .with_stderr_data(str![[ r#"[ERROR] the `--lockfile-path` flag is unstable, pass `-Z unstable-options` to enable it -See https://github.com/rust-lang/cargo/issues/5707 for more information about the `--lockfile-path` flag. +See https://github.com/rust-lang/cargo/issues/14421 for more information about the `--lockfile-path` flag. "#]]) .with_status(101)