File tree 4 files changed +33
-1
lines changed
4 files changed +33
-1
lines changed Original file line number Diff line number Diff line change @@ -27,3 +27,12 @@ rustc_type_ir = { path = "../rustc_type_ir" }
27
27
tracing = " 0.1"
28
28
unicode-security = " 0.1.0"
29
29
# tidy-alphabetical-end
30
+
31
+ [features ]
32
+ # tidy-alphabetical-start
33
+ rustc_use_parallel_compiler = [
34
+ ' rustc_data_structures/rustc_use_parallel_compiler' ,
35
+ ' rustc_errors/rustc_use_parallel_compiler' ,
36
+ ' rustc_middle/rustc_use_parallel_compiler' ,
37
+ ]
38
+ # tidy-alphabetical-end
Original file line number Diff line number Diff line change @@ -15,3 +15,11 @@ rustc_span = { path = "../rustc_span" }
15
15
rustc_target = { path = " ../rustc_target" }
16
16
serde = { version = " 1.0.125" , features = [" derive" ] }
17
17
# tidy-alphabetical-end
18
+
19
+ [features ]
20
+ # tidy-alphabetical-start
21
+ rustc_use_parallel_compiler = [
22
+ ' rustc_data_structures/rustc_use_parallel_compiler' ,
23
+ ' rustc_error_messages/rustc_use_parallel_compiler' ,
24
+ ]
25
+ # tidy-alphabetical-end
Original file line number Diff line number Diff line change @@ -41,5 +41,11 @@ tracing = "0.1"
41
41
[features ]
42
42
# tidy-alphabetical-start
43
43
rustc_randomized_layouts = []
44
- rustc_use_parallel_compiler = [" dep:rustc-rayon-core" ]
44
+ rustc_use_parallel_compiler = [
45
+ " dep:rustc-rayon-core" ,
46
+ " rustc_data_structures/rustc_use_parallel_compiler" ,
47
+ " rustc_errors/rustc_use_parallel_compiler" ,
48
+ " rustc_error_messages/rustc_use_parallel_compiler" ,
49
+ " rustc_query_system/rustc_use_parallel_compiler" ,
50
+ ]
45
51
# tidy-alphabetical-end
Original file line number Diff line number Diff line change @@ -29,3 +29,12 @@ rustc_type_ir = { path = "../rustc_type_ir" }
29
29
smallvec = { version = " 1.8.1" , features = [" union" , " may_dangle" ] }
30
30
tracing = " 0.1"
31
31
# tidy-alphabetical-end
32
+
33
+ [features ]
34
+ # tidy-alphabetical-start
35
+ rustc_use_parallel_compiler = [
36
+ ' rustc_data_structures/rustc_use_parallel_compiler' ,
37
+ ' rustc_errors/rustc_use_parallel_compiler' ,
38
+ ' rustc_middle/rustc_use_parallel_compiler' ,
39
+ ]
40
+ # tidy-alphabetical-end
You can’t perform that action at this time.
0 commit comments