about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJonas Schievink <jonasschievink@gmail.com>2020-09-13 20:21:07 +0200
committerGitHub <noreply@github.com>2020-09-13 20:21:07 +0200
commit581524e53777a3721cad1b8c33323e3ef46c8aad (patch)
tree892f8cf900203e20845b780cece68f99cad90dc1
parent409eb89b3beaab3d962752ee6b024c36dd6cfd31 (diff)
parent44726ba57cbb4aff6d349f301e5e174c7ef6ae02 (diff)
downloadrust-581524e53777a3721cad1b8c33323e3ef46c8aad.tar.gz
rust-581524e53777a3721cad1b8c33323e3ef46c8aad.zip
Rollup merge of #76441 - jyn514:parallel, r=jonas-schievink
Note that parallel-compiler = true causes tests to fail

Mentioning #75760.
-rw-r--r--config.toml.example1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml.example b/config.toml.example
index 39c94d41e3a..9135843045a 100644
--- a/config.toml.example
+++ b/config.toml.example
@@ -393,6 +393,7 @@
 #incremental = false
 
 # Build a multi-threaded rustc
+# FIXME(#75760): Some UI tests fail when this option is enabled.
 #parallel-compiler = false
 
 # The default linker that will be hard-coded into the generated compiler for