Skip to content

Commit 3a325b1

Browse files
author
Yuki Okushi
authored
Rollup merge of rust-lang#103410 - camsteffen:link-unstable-book, r=JohnTitor
-Z docs: Add link to unstable book
2 parents 12babb6 + c2bc3bc commit 3a325b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/doc/rustc/src/command-line-arguments.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ _Note:_ The order of these lint level arguments is taken into account, see [lint
302302
This flag will allow you to set unstable options of rustc. In order to set multiple options,
303303
the -Z flag can be used multiple times. For example: `rustc -Z verbose -Z time-passes`.
304304
Specifying options with -Z is only available on nightly. To view all available options
305-
run: `rustc -Z help`.
305+
run: `rustc -Z help`, or see [The Unstable Book](../unstable-book/index.html).
306306

307307
<a id="option-cap-lints"></a>
308308
## `--cap-lints`: set the most restrictive lint level

0 commit comments

Comments
 (0)