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
|
@ -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']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue