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 61576c6 commit 1468abcCopy full SHA for 1468abc
bootstrap.example.toml
@@ -862,7 +862,7 @@
862
# Set the number of threads for the compiler frontend used during rustc compilation (passed to `-Zthreads`).
863
# The valid options are:
864
# 0 - Set the number of threads according to the detected number of threads of the host system
865
-# 1 - Use non-parallel compilation
+# 1 - Use a single thread for compilation of Rust code (the default)
866
# N - Number of threads used for rustc compilation
867
#
868
#rust.parallel-frontend-threads = 1
0 commit comments