From 44726ba57cbb4aff6d349f301e5e174c7ef6ae02 Mon Sep 17 00:00:00 2001 From: Joshua Nelson Date: Mon, 7 Sep 2020 07:58:48 -0400 Subject: [PATCH] Note that parallel-compiler = true causes tests to fail --- config.toml.example | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml.example b/config.toml.example index 9abb8add785..93541bbb60c 100644 --- a/config.toml.example +++ b/config.toml.example @@ -371,6 +371,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 -- 2.44.0