We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8673e0 commit 5c7a944Copy full SHA for 5c7a944
src/doc/rustc/src/command-line-arguments.md
@@ -86,6 +86,12 @@ This flag will set which lints should be set to the [deny level](lints/levels.ht
86
87
This flag will set which lints should be set to the [forbid level](lints/levels.html#forbid).
88
89
+## `-Z`: set options for debugging rustc
90
+
91
+This flag lets you set options for debugging rustc. In order to set multiple options, the -Z flag
92
+can be used multiple times. For example: `rustc -Z verbose -Z time`. Specifying options with -Z is
93
+only available on nightly. To view all available options run: `rustc -Z help`.
94
95
## `--cap-lints`: set the most restrictive lint level
96
97
This flag lets you 'cap' lints, for more, [see here](lints/levels.html#capping-lints).
0 commit comments