about summary refs log tree commit diff
diff options
context:
space:
mode:
authorCameron Steffen <cam.steffen94@gmail.com>2022-10-22 13:29:10 -0500
committerCameron Steffen <cam.steffen94@gmail.com>2022-10-24 10:34:52 -0500
commitc2bc3bcfb04707dedfc24881746054086198b6e5 (patch)
tree2ea897c2a86a88ae0494f1f9c1d75916e53722a7
parent7fcf850d7942804990a1d2e3fe036622a0fe4c74 (diff)
downloadrust-c2bc3bcfb04707dedfc24881746054086198b6e5.tar.gz
rust-c2bc3bcfb04707dedfc24881746054086198b6e5.zip
Document link to unstable book
-rw-r--r--src/doc/rustc/src/command-line-arguments.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc/src/command-line-arguments.md b/src/doc/rustc/src/command-line-arguments.md
index 2d12cf382b1..2dc182b3d83 100644
--- a/src/doc/rustc/src/command-line-arguments.md
+++ b/src/doc/rustc/src/command-line-arguments.md
@@ -302,7 +302,7 @@ _Note:_ The order of these lint level arguments is taken into account, see [lint
 This flag will allow you to set unstable options of rustc. In order to set multiple options,
 the -Z flag can be used multiple times. For example: `rustc -Z verbose -Z time-passes`.
 Specifying options with -Z is only available on nightly. To view all available options
-run: `rustc -Z help`.
+run: `rustc -Z help`, or see [The Unstable Book](../unstable-book/index.html).
 
 <a id="option-cap-lints"></a>
 ## `--cap-lints`: set the most restrictive lint level