about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev+love@gmail.com>2022-10-25 08:01:28 +0900
committerGitHub <noreply@github.com>2022-10-25 08:01:28 +0900
commit3a325b101db735aa869286d584cb8aebfa65a5ef (patch)
treea7d463bb7c93b4ed0420ead6fb3770477452cbed /src
parent12babb623afcca10c0b32a6c35e54cad35102ea5 (diff)
parentc2bc3bcfb04707dedfc24881746054086198b6e5 (diff)
downloadrust-3a325b101db735aa869286d584cb8aebfa65a5ef.tar.gz
rust-3a325b101db735aa869286d584cb8aebfa65a5ef.zip
Rollup merge of #103410 - camsteffen:link-unstable-book, r=JohnTitor
-Z docs: Add link to unstable book
Diffstat (limited to 'src')
-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