We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c170de7 commit 1435c15Copy full SHA for 1435c15
compiler/rustc_data_structures/Cargo.toml
@@ -10,7 +10,7 @@ arrayvec = { version = "0.7", default-features = false }
10
bitflags = "1.2.1"
11
cfg-if = "1.0"
12
ena = "0.14.2"
13
-indexmap = { version = "1.9.3" }
+indexmap = { version = "1.9.3", features = ["rustc-rayon"] }
14
jobserver_crate = { version = "0.1.13", package = "jobserver" }
15
libc = "0.2"
16
measureme = "10.0.0"
@@ -51,4 +51,4 @@ features = [
51
memmap2 = "0.2.1"
52
53
[features]
54
-rustc_use_parallel_compiler = ["indexmap/rustc-rayon", "rustc-rayon"]
+rustc_use_parallel_compiler = ["rustc-rayon"]
0 commit comments