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 75b7c6c commit a8c9528Copy full SHA for a8c9528
tests/rustdoc-ui/z-help.stdout
@@ -172,6 +172,7 @@
172
-Z threads=val -- use a thread pool with N threads
173
-Z time-llvm-passes=val -- measure time of each LLVM pass (default: no)
174
-Z time-passes=val -- measure time of each rustc pass (default: no)
175
+ -Z tiny-const-eval-limit=val -- sets a tiny, non-configurable limit for const eval; useful for compiler tests
176
-Z tls-model=val -- choose the TLS model to use (`rustc --print tls-models` for details)
177
-Z trace-macros=val -- for every macro invocation, print its name and arguments (default: no)
178
-Z track-diagnostics=val -- tracks where in rustc a diagnostic was emitted
0 commit comments