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 075cc49 commit bb29a1dCopy full SHA for bb29a1d
bootstrap.example.toml
@@ -859,7 +859,7 @@
859
# Trigger a `DebugBreak` after an internal compiler error during bootstrap on Windows
860
#rust.break-on-ice = true
861
862
-# Set the number of threads used during rustc compilation
+# Set the number of threads for the compiler frontend used during rustc compilation (passed to `-Zthreads`).
863
# The valid options are:
864
# 1 - Use non-parallel compilation
865
# N - Number of threads used for rustc compilation
0 commit comments