From a6e6b89d71fa8480d3d664649d986c092704d2bc Mon Sep 17 00:00:00 2001
From: hi-rustin --timings
without an argument will default to --timi
Specifying an output format (rather than the default) is unstable and requires
-Zunstable-options
. Valid output formats:
html
: Write a human-readable file cargo-timing.html
to the
+html
(unstable, requires -Zunstable-options
): Write a human-readable file cargo-timing.html
to the
target/cargo-timings
directory with a report of the compilation. Also write
a report to the same directory with a timestamp in the filename if you want
to look at older runs. HTML output is suitable for human consumption only,
diff --git a/src/doc/src/commands/cargo-build.md b/src/doc/src/commands/cargo-build.md
index 444a3fef151..d52024115c3 100644
--- a/src/doc/src/commands/cargo-build.md
+++ b/src/doc/src/commands/cargo-build.md
@@ -218,7 +218,7 @@ formats; --timings
without an argument will default to --timi
Specifying an output format (rather than the default) is unstable and requires
-Zunstable-options
. Valid output formats:
-html
: Write a human-readable file cargo-timing.html
to the
+html
(unstable, requires -Zunstable-options
): Write a human-readable file cargo-timing.html
to the
target/cargo-timings
directory with a report of the compilation. Also write
a report to the same directory with a timestamp in the filename if you want
to look at older runs. HTML output is suitable for human consumption only,
diff --git a/src/doc/src/commands/cargo-check.md b/src/doc/src/commands/cargo-check.md
index e1a4b97f4b2..abf152128b6 100644
--- a/src/doc/src/commands/cargo-check.md
+++ b/src/doc/src/commands/cargo-check.md
@@ -217,7 +217,7 @@ formats; --timings
without an argument will default to --timi
Specifying an output format (rather than the default) is unstable and requires
-Zunstable-options
. Valid output formats:
-html
: Write a human-readable file cargo-timing.html
to the
+html
(unstable, requires -Zunstable-options
): Write a human-readable file cargo-timing.html
to the
target/cargo-timings
directory with a report of the compilation. Also write
a report to the same directory with a timestamp in the filename if you want
to look at older runs. HTML output is suitable for human consumption only,
diff --git a/src/doc/src/commands/cargo-doc.md b/src/doc/src/commands/cargo-doc.md
index d11b01b9559..a18d873c8e1 100644
--- a/src/doc/src/commands/cargo-doc.md
+++ b/src/doc/src/commands/cargo-doc.md
@@ -191,7 +191,7 @@ formats; --timings
without an argument will default to --timi
Specifying an output format (rather than the default) is unstable and requires
-Zunstable-options
. Valid output formats:
-html
: Write a human-readable file cargo-timing.html
to the
+html
(unstable, requires -Zunstable-options
): Write a human-readable file cargo-timing.html
to the
target/cargo-timings
directory with a report of the compilation. Also write
a report to the same directory with a timestamp in the filename if you want
to look at older runs. HTML output is suitable for human consumption only,
diff --git a/src/doc/src/commands/cargo-fix.md b/src/doc/src/commands/cargo-fix.md
index de2a5436f6f..6ca8e9537ca 100644
--- a/src/doc/src/commands/cargo-fix.md
+++ b/src/doc/src/commands/cargo-fix.md
@@ -297,7 +297,7 @@ formats; --timings
without an argument will default to --timi
Specifying an output format (rather than the default) is unstable and requires
-Zunstable-options
. Valid output formats:
-html
: Write a human-readable file cargo-timing.html
to the
+html
(unstable, requires -Zunstable-options
): Write a human-readable file cargo-timing.html
to the
target/cargo-timings
directory with a report of the compilation. Also write
a report to the same directory with a timestamp in the filename if you want
to look at older runs. HTML output is suitable for human consumption only,
diff --git a/src/doc/src/commands/cargo-install.md b/src/doc/src/commands/cargo-install.md
index d982ec94bd7..e83f40433ad 100644
--- a/src/doc/src/commands/cargo-install.md
+++ b/src/doc/src/commands/cargo-install.md
@@ -243,7 +243,7 @@ formats; --timings
without an argument will default to --timi
Specifying an output format (rather than the default) is unstable and requires
-Zunstable-options
. Valid output formats:
-html
: Write a human-readable file cargo-timing.html
to the
+html
(unstable, requires -Zunstable-options
): Write a human-readable file cargo-timing.html
to the
target/cargo-timings
directory with a report of the compilation. Also write
a report to the same directory with a timestamp in the filename if you want
to look at older runs. HTML output is suitable for human consumption only,
diff --git a/src/doc/src/commands/cargo-run.md b/src/doc/src/commands/cargo-run.md
index 5b5f79f2fbe..dfca1bd5334 100644
--- a/src/doc/src/commands/cargo-run.md
+++ b/src/doc/src/commands/cargo-run.md
@@ -125,7 +125,7 @@ formats; --timings
without an argument will default to --timi
Specifying an output format (rather than the default) is unstable and requires
-Zunstable-options
. Valid output formats:
-html
: Write a human-readable file cargo-timing.html
to the
+html
(unstable, requires -Zunstable-options
): Write a human-readable file cargo-timing.html
to the
target/cargo-timings
directory with a report of the compilation. Also write
a report to the same directory with a timestamp in the filename if you want
to look at older runs. HTML output is suitable for human consumption only,
diff --git a/src/doc/src/commands/cargo-rustc.md b/src/doc/src/commands/cargo-rustc.md
index fea0de2b57f..f50a0f49407 100644
--- a/src/doc/src/commands/cargo-rustc.md
+++ b/src/doc/src/commands/cargo-rustc.md
@@ -215,7 +215,7 @@ formats; --timings
without an argument will default to --timi
Specifying an output format (rather than the default) is unstable and requires
-Zunstable-options
. Valid output formats:
-html
: Write a human-readable file cargo-timing.html
to the
+html
(unstable, requires -Zunstable-options
): Write a human-readable file cargo-timing.html
to the
target/cargo-timings
directory with a report of the compilation. Also write
a report to the same directory with a timestamp in the filename if you want
to look at older runs. HTML output is suitable for human consumption only,
diff --git a/src/doc/src/commands/cargo-rustdoc.md b/src/doc/src/commands/cargo-rustdoc.md
index 3e1a4b8615b..d2e4d31fa42 100644
--- a/src/doc/src/commands/cargo-rustdoc.md
+++ b/src/doc/src/commands/cargo-rustdoc.md
@@ -210,7 +210,7 @@ formats; --timings
without an argument will default to --timi
Specifying an output format (rather than the default) is unstable and requires
-Zunstable-options
. Valid output formats:
-html
: Write a human-readable file cargo-timing.html
to the
+html
(unstable, requires -Zunstable-options
): Write a human-readable file cargo-timing.html
to the
target/cargo-timings
directory with a report of the compilation. Also write
a report to the same directory with a timestamp in the filename if you want
to look at older runs. HTML output is suitable for human consumption only,
diff --git a/src/doc/src/commands/cargo-test.md b/src/doc/src/commands/cargo-test.md
index 783523bb40f..3e9d6adb10c 100644
--- a/src/doc/src/commands/cargo-test.md
+++ b/src/doc/src/commands/cargo-test.md
@@ -305,7 +305,7 @@ formats; --timings
without an argument will default to --timi
Specifying an output format (rather than the default) is unstable and requires
-Zunstable-options
. Valid output formats:
-html
: Write a human-readable file cargo-timing.html
to the
+html
(unstable, requires -Zunstable-options
): Write a human-readable file cargo-timing.html
to the
target/cargo-timings
directory with a report of the compilation. Also write
a report to the same directory with a timestamp in the filename if you want
to look at older runs. HTML output is suitable for human consumption only,
diff --git a/src/etc/man/cargo-bench.1 b/src/etc/man/cargo-bench.1
index f14027cd067..be8375e8202 100644
--- a/src/etc/man/cargo-bench.1
+++ b/src/etc/man/cargo-bench.1
@@ -288,7 +288,7 @@ Specifying an output format (rather than the default) is unstable and requires
\fB\-Zunstable\-options\fR\&. Valid output formats:
.sp
.RS 4
-\h'-04'\(bu\h'+02'\fBhtml\fR: Write a human\-readable file \fBcargo\-timing.html\fR to the
+\h'-04'\(bu\h'+02'\fBhtml\fR (unstable, requires \fB\-Zunstable\-options\fR): Write a human\-readable file \fBcargo\-timing.html\fR to the
\fBtarget/cargo\-timings\fR directory with a report of the compilation. Also write
a report to the same directory with a timestamp in the filename if you want
to look at older runs. HTML output is suitable for human consumption only,
diff --git a/src/etc/man/cargo-build.1 b/src/etc/man/cargo-build.1
index d8e548e518d..fd9e712f3d7 100644
--- a/src/etc/man/cargo-build.1
+++ b/src/etc/man/cargo-build.1
@@ -206,7 +206,7 @@ Specifying an output format (rather than the default) is unstable and requires
\fB\-Zunstable\-options\fR\&. Valid output formats:
.sp
.RS 4
-\h'-04'\(bu\h'+02'\fBhtml\fR: Write a human\-readable file \fBcargo\-timing.html\fR to the
+\h'-04'\(bu\h'+02'\fBhtml\fR (unstable, requires \fB\-Zunstable\-options\fR): Write a human\-readable file \fBcargo\-timing.html\fR to the
\fBtarget/cargo\-timings\fR directory with a report of the compilation. Also write
a report to the same directory with a timestamp in the filename if you want
to look at older runs. HTML output is suitable for human consumption only,
diff --git a/src/etc/man/cargo-check.1 b/src/etc/man/cargo-check.1
index 7c096a57529..f066dd8fe88 100644
--- a/src/etc/man/cargo-check.1
+++ b/src/etc/man/cargo-check.1
@@ -208,7 +208,7 @@ Specifying an output format (rather than the default) is unstable and requires
\fB\-Zunstable\-options\fR\&. Valid output formats:
.sp
.RS 4
-\h'-04'\(bu\h'+02'\fBhtml\fR: Write a human\-readable file \fBcargo\-timing.html\fR to the
+\h'-04'\(bu\h'+02'\fBhtml\fR (unstable, requires \fB\-Zunstable\-options\fR): Write a human\-readable file \fBcargo\-timing.html\fR to the
\fBtarget/cargo\-timings\fR directory with a report of the compilation. Also write
a report to the same directory with a timestamp in the filename if you want
to look at older runs. HTML output is suitable for human consumption only,
diff --git a/src/etc/man/cargo-doc.1 b/src/etc/man/cargo-doc.1
index 0d7a74d3348..1982e602ea1 100644
--- a/src/etc/man/cargo-doc.1
+++ b/src/etc/man/cargo-doc.1
@@ -175,7 +175,7 @@ Specifying an output format (rather than the default) is unstable and requires
\fB\-Zunstable\-options\fR\&. Valid output formats:
.sp
.RS 4
-\h'-04'\(bu\h'+02'\fBhtml\fR: Write a human\-readable file \fBcargo\-timing.html\fR to the
+\h'-04'\(bu\h'+02'\fBhtml\fR (unstable, requires \fB\-Zunstable\-options\fR): Write a human\-readable file \fBcargo\-timing.html\fR to the
\fBtarget/cargo\-timings\fR directory with a report of the compilation. Also write
a report to the same directory with a timestamp in the filename if you want
to look at older runs. HTML output is suitable for human consumption only,
diff --git a/src/etc/man/cargo-fix.1 b/src/etc/man/cargo-fix.1
index 4ee3628d549..e8bb88134c6 100644
--- a/src/etc/man/cargo-fix.1
+++ b/src/etc/man/cargo-fix.1
@@ -303,7 +303,7 @@ Specifying an output format (rather than the default) is unstable and requires
\fB\-Zunstable\-options\fR\&. Valid output formats:
.sp
.RS 4
-\h'-04'\(bu\h'+02'\fBhtml\fR: Write a human\-readable file \fBcargo\-timing.html\fR to the
+\h'-04'\(bu\h'+02'\fBhtml\fR (unstable, requires \fB\-Zunstable\-options\fR): Write a human\-readable file \fBcargo\-timing.html\fR to the
\fBtarget/cargo\-timings\fR directory with a report of the compilation. Also write
a report to the same directory with a timestamp in the filename if you want
to look at older runs. HTML output is suitable for human consumption only,
diff --git a/src/etc/man/cargo-install.1 b/src/etc/man/cargo-install.1
index 7f2db3f5fe9..9264b76eda6 100644
--- a/src/etc/man/cargo-install.1
+++ b/src/etc/man/cargo-install.1
@@ -276,7 +276,7 @@ Specifying an output format (rather than the default) is unstable and requires
\fB\-Zunstable\-options\fR\&. Valid output formats:
.sp
.RS 4
-\h'-04'\(bu\h'+02'\fBhtml\fR: Write a human\-readable file \fBcargo\-timing.html\fR to the
+\h'-04'\(bu\h'+02'\fBhtml\fR (unstable, requires \fB\-Zunstable\-options\fR): Write a human\-readable file \fBcargo\-timing.html\fR to the
\fBtarget/cargo\-timings\fR directory with a report of the compilation. Also write
a report to the same directory with a timestamp in the filename if you want
to look at older runs. HTML output is suitable for human consumption only,
diff --git a/src/etc/man/cargo-run.1 b/src/etc/man/cargo-run.1
index c1902aa822f..7e2fa1556fa 100644
--- a/src/etc/man/cargo-run.1
+++ b/src/etc/man/cargo-run.1
@@ -108,7 +108,7 @@ Specifying an output format (rather than the default) is unstable and requires
\fB\-Zunstable\-options\fR\&. Valid output formats:
.sp
.RS 4
-\h'-04'\(bu\h'+02'\fBhtml\fR: Write a human\-readable file \fBcargo\-timing.html\fR to the
+\h'-04'\(bu\h'+02'\fBhtml\fR (unstable, requires \fB\-Zunstable\-options\fR): Write a human\-readable file \fBcargo\-timing.html\fR to the
\fBtarget/cargo\-timings\fR directory with a report of the compilation. Also write
a report to the same directory with a timestamp in the filename if you want
to look at older runs. HTML output is suitable for human consumption only,
diff --git a/src/etc/man/cargo-rustc.1 b/src/etc/man/cargo-rustc.1
index 9fa0173dcb8..37799165980 100644
--- a/src/etc/man/cargo-rustc.1
+++ b/src/etc/man/cargo-rustc.1
@@ -212,7 +212,7 @@ Specifying an output format (rather than the default) is unstable and requires
\fB\-Zunstable\-options\fR\&. Valid output formats:
.sp
.RS 4
-\h'-04'\(bu\h'+02'\fBhtml\fR: Write a human\-readable file \fBcargo\-timing.html\fR to the
+\h'-04'\(bu\h'+02'\fBhtml\fR (unstable, requires \fB\-Zunstable\-options\fR): Write a human\-readable file \fBcargo\-timing.html\fR to the
\fBtarget/cargo\-timings\fR directory with a report of the compilation. Also write
a report to the same directory with a timestamp in the filename if you want
to look at older runs. HTML output is suitable for human consumption only,
diff --git a/src/etc/man/cargo-rustdoc.1 b/src/etc/man/cargo-rustdoc.1
index 903fcc13296..46b4f19acfe 100644
--- a/src/etc/man/cargo-rustdoc.1
+++ b/src/etc/man/cargo-rustdoc.1
@@ -194,7 +194,7 @@ Specifying an output format (rather than the default) is unstable and requires
\fB\-Zunstable\-options\fR\&. Valid output formats:
.sp
.RS 4
-\h'-04'\(bu\h'+02'\fBhtml\fR: Write a human\-readable file \fBcargo\-timing.html\fR to the
+\h'-04'\(bu\h'+02'\fBhtml\fR (unstable, requires \fB\-Zunstable\-options\fR): Write a human\-readable file \fBcargo\-timing.html\fR to the
\fBtarget/cargo\-timings\fR directory with a report of the compilation. Also write
a report to the same directory with a timestamp in the filename if you want
to look at older runs. HTML output is suitable for human consumption only,
diff --git a/src/etc/man/cargo-test.1 b/src/etc/man/cargo-test.1
index 3a8c1bb4582..9a862062b17 100644
--- a/src/etc/man/cargo-test.1
+++ b/src/etc/man/cargo-test.1
@@ -307,7 +307,7 @@ Specifying an output format (rather than the default) is unstable and requires
\fB\-Zunstable\-options\fR\&. Valid output formats:
.sp
.RS 4
-\h'-04'\(bu\h'+02'\fBhtml\fR: Write a human\-readable file \fBcargo\-timing.html\fR to the
+\h'-04'\(bu\h'+02'\fBhtml\fR (unstable, requires \fB\-Zunstable\-options\fR): Write a human\-readable file \fBcargo\-timing.html\fR to the
\fBtarget/cargo\-timings\fR directory with a report of the compilation. Also write
a report to the same directory with a timestamp in the filename if you want
to look at older runs. HTML output is suitable for human consumption only,