Skip to content

Commit dda81d3

Browse files
committed
Stabilize profile-overrides.
1 parent e55600b commit dda81d3

29 files changed

+430
-281
lines changed

src/cargo/core/features.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ features! {
190190
[unstable] publish_lockfile: bool,
191191

192192
// Overriding profiles for dependencies.
193-
[unstable] profile_overrides: bool,
193+
[stable] profile_overrides: bool,
194194

195195
// Separating the namespaces for features and dependencies
196196
[unstable] namespaced_features: bool,

src/doc/man/cargo-bench.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ include::options-jobs.adoc[]
111111

112112
Profiles may be used to configure compiler options such as optimization levels
113113
and debug settings. See
114-
linkcargo:reference/manifest.html#the-profile-sections[the reference]
114+
linkcargo:reference/profiles.html[the reference]
115115
for more details.
116116

117117
Benchmarks are always built with the `bench` profile. Binary and lib targets

src/doc/man/generated/cargo-bench.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ <h2 id="cargo_bench_profiles">PROFILES</h2>
432432
<div class="paragraph">
433433
<p>Profiles may be used to configure compiler options such as optimization levels
434434
and debug settings. See
435-
<a href="../reference/manifest.html#the-profile-sections">the reference</a>
435+
<a href="../reference/profiles.html">the reference</a>
436436
for more details.</p>
437437
</div>
438438
<div class="paragraph">

src/doc/man/generated/cargo-build.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ <h2 id="cargo_build_profiles">PROFILES</h2>
372372
<div class="paragraph">
373373
<p>Profiles may be used to configure compiler options such as optimization levels
374374
and debug settings. See
375-
<a href="../reference/manifest.html#the-profile-sections">the reference</a>
375+
<a href="../reference/profiles.html">the reference</a>
376376
for more details.</p>
377377
</div>
378378
<div class="paragraph">

src/doc/man/generated/cargo-check.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ <h2 id="cargo_check_profiles">PROFILES</h2>
363363
<div class="paragraph">
364364
<p>Profiles may be used to configure compiler options such as optimization levels
365365
and debug settings. See
366-
<a href="../reference/manifest.html#the-profile-sections">the reference</a>
366+
<a href="../reference/profiles.html">the reference</a>
367367
for more details.</p>
368368
</div>
369369
<div class="paragraph">

src/doc/man/generated/cargo-doc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ <h2 id="cargo_doc_profiles">PROFILES</h2>
333333
<div class="paragraph">
334334
<p>Profiles may be used to configure compiler options such as optimization levels
335335
and debug settings. See
336-
<a href="../reference/manifest.html#the-profile-sections">the reference</a>
336+
<a href="../reference/profiles.html">the reference</a>
337337
for more details.</p>
338338
</div>
339339
<div class="paragraph">

src/doc/man/generated/cargo-fix.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ <h2 id="cargo_fix_profiles">PROFILES</h2>
434434
<div class="paragraph">
435435
<p>Profiles may be used to configure compiler options such as optimization levels
436436
and debug settings. See
437-
<a href="../reference/manifest.html#the-profile-sections">the reference</a>
437+
<a href="../reference/profiles.html">the reference</a>
438438
for more details.</p>
439439
</div>
440440
<div class="paragraph">

src/doc/man/generated/cargo-run.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ <h2 id="cargo_run_profiles">PROFILES</h2>
285285
<div class="paragraph">
286286
<p>Profiles may be used to configure compiler options such as optimization levels
287287
and debug settings. See
288-
<a href="../reference/manifest.html#the-profile-sections">the reference</a>
288+
<a href="../reference/profiles.html">the reference</a>
289289
for more details.</p>
290290
</div>
291291
<div class="paragraph">

src/doc/man/generated/cargo-rustc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ <h2 id="cargo_rustc_profiles">PROFILES</h2>
346346
<div class="paragraph">
347347
<p>Profiles may be used to configure compiler options such as optimization levels
348348
and debug settings. See
349-
<a href="../reference/manifest.html#the-profile-sections">the reference</a>
349+
<a href="../reference/profiles.html">the reference</a>
350350
for more details.</p>
351351
</div>
352352
<div class="paragraph">

src/doc/man/generated/cargo-rustdoc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ <h2 id="cargo_rustdoc_profiles">PROFILES</h2>
361361
<div class="paragraph">
362362
<p>Profiles may be used to configure compiler options such as optimization levels
363363
and debug settings. See
364-
<a href="../reference/manifest.html#the-profile-sections">the reference</a>
364+
<a href="../reference/profiles.html">the reference</a>
365365
for more details.</p>
366366
</div>
367367
<div class="paragraph">

0 commit comments

Comments
 (0)