Enable icu sync feature for parallel compiler
This commit is contained in:
parent
bde2f9857b
commit
d15b020278
4 changed files with 10 additions and 1 deletions
|
@ -53,4 +53,4 @@ rustc_target = { path = "../rustc_target" }
|
|||
|
||||
[features]
|
||||
llvm = ['rustc_codegen_llvm']
|
||||
rustc_use_parallel_compiler = ['rayon', 'rustc-rayon-core', 'rustc_query_impl/rustc_use_parallel_compiler']
|
||||
rustc_use_parallel_compiler = ['rayon', 'rustc-rayon-core', 'rustc_query_impl/rustc_use_parallel_compiler', 'rustc_errors/rustc_use_parallel_compiler']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue