File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -86,11 +86,12 @@ This flag will set which lints should be set to the [deny level](lints/levels.ht
86
86
87
87
This flag will set which lints should be set to the [ forbid level] ( lints/levels.html#forbid ) .
88
88
89
- ## ` -Z ` : set options for debugging rustc
89
+ ## ` -Z ` : set unstable options
90
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 ` .
91
+ This flag will allow you to set unstable options of rustc. In order to set multiple options,
92
+ the -Z flag can be used multiple times. For example: ` rustc -Z verbose -Z time ` .
93
+ Specifying options with -Z is only available on nightly. To view all available options
94
+ run: ` rustc -Z help ` .
94
95
95
96
## ` --cap-lints ` : set the most restrictive lint level
96
97
You can’t perform that action at this time.
0 commit comments