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

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

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

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

456456
Common Options
457457
+toolchain

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

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

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

230230
Miscellaneous Options
231231
-j N, --jobs N

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

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

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

134134
Common Options
135135
+toolchain

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

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

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

178178
Miscellaneous Options
179179
-j N, --jobs N

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

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

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

111111
Package Selection
112112
-p spec…, --package spec…

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

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

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

224224
Common Options
225225
+toolchain

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

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

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

322322
Common Options
323323
+toolchain

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

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

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

292292
Common Options
293293
+toolchain

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

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

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

412412
Common Options
413413
+toolchain

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

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

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

261261
Feature Selection
262262
The feature flags allow you to control which features are enabled. When

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

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

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

158158
Common Options
159159
+toolchain

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

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

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

103103
Display Options
104104
-v, --verbose

src/doc/man/includes/options-lockfile-path.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ This flag can be used to run most commands in read-only directories, writing loc
88
This option is only available on the [nightly
99
channel](https://doc.rust-lang.org/book/appendix-07-nightly-rust.html) and
1010
requires the `-Z unstable-options` flag to enable (see
11-
[#5707](https://github.com/rust-lang/cargo/issues/5707)).
11+
[#14421](https://github.com/rust-lang/cargo/issues/14421)).
1212
{{/option}}

src/doc/src/commands/cargo-add.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ This flag can be used to run most commands in read-only directories, writing loc
225225
<p>This option is only available on the <a href="https://doc.rust-lang.org/book/appendix-07-nightly-rust.html">nightly
226226
channel</a> and
227227
requires the <code>-Z unstable-options</code> flag to enable (see
228-
<a href="https://github.com/rust-lang/cargo/issues/5707">#5707</a>).</dd>
228+
<a href="https://github.com/rust-lang/cargo/issues/14421">#14421</a>).</dd>
229229

230230
</dl>
231231

src/doc/src/commands/cargo-bench.md

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

419419
</dl>
420420

src/doc/src/commands/cargo-build.md

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

350350
</dl>
351351

src/doc/src/commands/cargo-check.md

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

332332
</dl>
333333

src/doc/src/commands/cargo-clean.md

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

153153
</dl>
154154

src/doc/src/commands/cargo-doc.md

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

307307
</dl>
308308

src/doc/src/commands/cargo-fetch.md

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

120120
</dl>
121121

src/doc/src/commands/cargo-fix.md

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

412412
</dl>
413413

src/doc/src/commands/cargo-generate-lockfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ This flag can be used to run most commands in read-only directories, writing loc
100100
<p>This option is only available on the <a href="https://doc.rust-lang.org/book/appendix-07-nightly-rust.html">nightly
101101
channel</a> and
102102
requires the <code>-Z unstable-options</code> flag to enable (see
103-
<a href="https://github.com/rust-lang/cargo/issues/5707">#5707</a>).</dd>
103+
<a href="https://github.com/rust-lang/cargo/issues/14421">#14421</a>).</dd>
104104

105105
</dl>
106106

src/doc/src/commands/cargo-metadata.md

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

473473
</dl>
474474

src/doc/src/commands/cargo-package.md

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

247247

248248
</dl>

src/doc/src/commands/cargo-pkgid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ This flag can be used to run most commands in read-only directories, writing loc
128128
<p>This option is only available on the <a href="https://doc.rust-lang.org/book/appendix-07-nightly-rust.html">nightly
129129
channel</a> and
130130
requires the <code>-Z unstable-options</code> flag to enable (see
131-
<a href="https://github.com/rust-lang/cargo/issues/5707">#5707</a>).</dd>
131+
<a href="https://github.com/rust-lang/cargo/issues/14421">#14421</a>).</dd>
132132

133133

134134
</dl>

src/doc/src/commands/cargo-publish.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ This flag can be used to run most commands in read-only directories, writing loc
189189
<p>This option is only available on the <a href="https://doc.rust-lang.org/book/appendix-07-nightly-rust.html">nightly
190190
channel</a> and
191191
requires the <code>-Z unstable-options</code> flag to enable (see
192-
<a href="https://github.com/rust-lang/cargo/issues/5707">#5707</a>).</dd>
192+
<a href="https://github.com/rust-lang/cargo/issues/14421">#14421</a>).</dd>
193193

194194

195195
</dl>

src/doc/src/commands/cargo-remove.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ This flag can be used to run most commands in read-only directories, writing loc
119119
<p>This option is only available on the <a href="https://doc.rust-lang.org/book/appendix-07-nightly-rust.html">nightly
120120
channel</a> and
121121
requires the <code>-Z unstable-options</code> flag to enable (see
122-
<a href="https://github.com/rust-lang/cargo/issues/5707">#5707</a>).</dd>
122+
<a href="https://github.com/rust-lang/cargo/issues/14421">#14421</a>).</dd>
123123

124124
</dl>
125125

src/doc/src/commands/cargo-run.md

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

252252

253253
</dl>

src/doc/src/commands/cargo-rustc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ This flag can be used to run most commands in read-only directories, writing loc
341341
<p>This option is only available on the <a href="https://doc.rust-lang.org/book/appendix-07-nightly-rust.html">nightly
342342
channel</a> and
343343
requires the <code>-Z unstable-options</code> flag to enable (see
344-
<a href="https://github.com/rust-lang/cargo/issues/5707">#5707</a>).</dd>
344+
<a href="https://github.com/rust-lang/cargo/issues/14421">#14421</a>).</dd>
345345

346346

347347
</dl>

0 commit comments

Comments
 (0)