File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4205,7 +4205,6 @@ dependencies = [
4205
4205
" rustc_middle" ,
4206
4206
" rustc_span" ,
4207
4207
" rustc_target" ,
4208
- " rustc_type_ir" ,
4209
4208
" smallvec" ,
4210
4209
" tracing" ,
4211
4210
]
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ elsa = "=1.7.1"
12
12
ena = " 0.14.3"
13
13
indexmap = { version = " 2.0.0" }
14
14
jobserver_crate = { version = " 0.1.28" , package = " jobserver" }
15
- libc = " 0.2"
16
15
measureme = " 11"
17
16
rustc-hash = " 1.1.0"
18
17
rustc-rayon = { version = " 0.5.0" , optional = true }
@@ -41,6 +40,11 @@ features = [
41
40
" Win32_System_Threading" ,
42
41
]
43
42
43
+ [target .'cfg(unix)' .dependencies ]
44
+ # tidy-alphabetical-start
45
+ libc = " 0.2"
46
+ # tidy-alphabetical-end
47
+
44
48
[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
45
49
# tidy-alphabetical-start
46
50
memmap2 = " 0.2.1"
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ rustc_macros = { path = "../rustc_macros" }
18
18
rustc_middle = { path = " ../rustc_middle" }
19
19
rustc_span = { path = " ../rustc_span" }
20
20
rustc_target = { path = " ../rustc_target" }
21
- rustc_type_ir = { path = " ../rustc_type_ir" }
22
21
smallvec = { version = " 1.8.1" , features = [" union" , " may_dangle" ] }
23
22
tracing = " 0.1"
24
23
# tidy-alphabetical-end
You can’t perform that action at this time.
0 commit comments