Rollup merge of #76441 - jyn514:parallel, r=jonas-schievink

Note that parallel-compiler = true causes tests to fail

Mentioning #75760.
This commit is contained in:
Jonas Schievink 2020-09-13 20:21:07 +02:00 committed by GitHub
commit 581524e537
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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