about summary refs log tree commit diff
path: root/compiler/rustc_errors
diff options
context:
space:
mode:
authorCharles Lew <crlf0710@gmail.com>2022-11-07 01:25:48 +0800
committerManish Goregaokar <manishsmail@gmail.com>2022-11-18 14:46:35 -0800
commitd15b020278fc97ec978af94159e5b0f70e14c6ed (patch)
tree506bfc3fd5969466af892bf601433ebb63ca130e /compiler/rustc_errors
parentbde2f9857b478c3863fd8b0bdbc3ff667dac8f41 (diff)
downloadrust-d15b020278fc97ec978af94159e5b0f70e14c6ed.tar.gz
rust-d15b020278fc97ec978af94159e5b0f70e14c6ed.zip
Enable icu sync feature for parallel compiler
Diffstat (limited to 'compiler/rustc_errors')
-rw-r--r--compiler/rustc_errors/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/rustc_errors/Cargo.toml b/compiler/rustc_errors/Cargo.toml
index 7803a0792e1..c21d5d9d74e 100644
--- a/compiler/rustc_errors/Cargo.toml
+++ b/compiler/rustc_errors/Cargo.toml
@@ -27,3 +27,6 @@ serde_json = "1.0.59"
 
 [target.'cfg(windows)'.dependencies]
 winapi = { version = "0.3", features = [ "handleapi", "synchapi", "winbase" ] }
+
+[features]
+rustc_use_parallel_compiler = ['rustc_error_messages/rustc_use_parallel_compiler']