]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_driver/Cargo.toml
Rollup merge of #95740 - Amanieu:kreg0, r=nagisa
[rust.git] / compiler / rustc_driver / Cargo.toml
index 872f946bf7d91cf9b8261c65154314302aa3eb70..fd2ca5beadea3d013613968186be88f9cd412efd 100644 (file)
@@ -39,3 +39,5 @@ winapi = { version = "0.3", features = ["consoleapi", "debugapi", "processenv"]
 [features]
 llvm = ['rustc_interface/llvm']
 max_level_info = ['rustc_log/max_level_info']
+rustc_use_parallel_compiler = ['rustc_data_structures/rustc_use_parallel_compiler', 'rustc_interface/rustc_use_parallel_compiler',
+    'rustc_middle/rustc_use_parallel_compiler']