This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -4205,7 +4205,6 @@ dependencies = [
42054205 " rustc_middle" ,
42064206 " rustc_span" ,
42074207 " rustc_target" ,
4208- " rustc_type_ir" ,
42094208 " smallvec" ,
42104209 " tracing" ,
42114210]
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ elsa = "=1.7.1"
1212ena = " 0.14.3"
1313indexmap = { version = " 2.0.0" }
1414jobserver_crate = { version = " 0.1.28" , package = " jobserver" }
15- libc = " 0.2"
1615measureme = " 11"
1716rustc-hash = " 1.1.0"
1817rustc-rayon = { version = " 0.5.0" , optional = true }
@@ -41,6 +40,11 @@ features = [
4140 " Win32_System_Threading" ,
4241]
4342
43+ [target .'cfg(unix)' .dependencies ]
44+ # tidy-alphabetical-start
45+ libc = " 0.2"
46+ # tidy-alphabetical-end
47+
4448[target .'cfg(not(target_arch = "wasm32"))' .dependencies ]
4549# tidy-alphabetical-start
4650memmap2 = " 0.2.1"
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ rustc_macros = { path = "../rustc_macros" }
1818rustc_middle = { path = " ../rustc_middle" }
1919rustc_span = { path = " ../rustc_span" }
2020rustc_target = { path = " ../rustc_target" }
21- rustc_type_ir = { path = " ../rustc_type_ir" }
2221smallvec = { version = " 1.8.1" , features = [" union" , " may_dangle" ] }
2322tracing = " 0.1"
2423# tidy-alphabetical-end
You can’t perform that action at this time.
0 commit comments