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 bc8512a commit 1e7e800Copy full SHA for 1e7e800
src/librustc_driver/Cargo.toml
@@ -13,7 +13,10 @@ arena = { path = "../libarena" }
13
graphviz = { path = "../libgraphviz" }
14
log = "0.4"
15
env_logger = { version = "0.5", default-features = false }
16
-rustc-rayon = "0.1.0"
+
17
+rustc-rayon-core = { git = "https://github.com/Zoxc/rayon.git", branch = "fiber" }
18
+rustc-rayon = { git = "https://github.com/Zoxc/rayon.git", branch = "fiber" }
19
20
scoped-tls = { version = "0.1.1", features = ["nightly"] }
21
rustc = { path = "../librustc" }
22
rustc_allocator = { path = "../librustc_allocator" }
0 commit comments