1
Fork 0

Document link to unstable book

This commit is contained in:
Cameron Steffen 2022-10-22 13:29:10 -05:00
parent 7fcf850d79
commit c2bc3bcfb0

View file

@ -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, 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`. 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 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> <a id="option-cap-lints"></a>
## `--cap-lints`: set the most restrictive lint level ## `--cap-lints`: set the most restrictive lint level