Skip to content

Commit 88957a1

Browse files
committed
Auto merge of #14424 - Ifropc:lockfile-tracking-issue, r=weihanglo
doc: update lockfile-path tracking issue Update tracking issue of lockfile path feature to #14421 (in documentation and code) r? `@weihanglo`
2 parents 8b04759 + f866217 commit 88957a1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+87
-87
lines changed

src/cargo/util/command_prelude.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ pub fn lockfile_path(
10101010
};
10111011

10121012
gctx.cli_unstable()
1013-
.fail_if_stable_opt("--lockfile-path", 5707)?;
1013+
.fail_if_stable_opt("--lockfile-path", 14421)?;
10141014

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

src/doc/man/generated_txt/cargo-add.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ OPTIONS
209209

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

215215
Common Options
216216
+toolchain

src/doc/man/generated_txt/cargo-bench.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ OPTIONS
380380

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

386386
Common Options
387387
+toolchain

src/doc/man/generated_txt/cargo-build.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,8 +314,8 @@ OPTIONS
314314

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

320320
Common Options
321321
+toolchain

src/doc/man/generated_txt/cargo-check.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,8 +299,8 @@ OPTIONS
299299

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

305305
Common Options
306306
+toolchain

src/doc/man/generated_txt/cargo-clean.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,8 @@ OPTIONS
135135

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

141141
Common Options
142142
+toolchain

src/doc/man/generated_txt/cargo-doc.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ OPTIONS
270270

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

276276
Common Options
277277
+toolchain

src/doc/man/generated_txt/cargo-fetch.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ OPTIONS
114114

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

120120
Common Options
121121
+toolchain

src/doc/man/generated_txt/cargo-fix.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,8 @@ OPTIONS
372372

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

378378
Common Options
379379
+toolchain

src/doc/man/generated_txt/cargo-generate-lockfile.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ OPTIONS
9393

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

9999
Common Options
100100
+toolchain

0 commit comments

Comments
 (0)