File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed
compiler/rustc_query_impl Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -4250,20 +4250,13 @@ version = "0.0.0"
42504250dependencies = [
42514251 " measureme" ,
42524252 " rustc-rayon-core" ,
4253- " rustc_ast" ,
4254- " rustc_attr" ,
42554253 " rustc_data_structures" ,
42564254 " rustc_errors" ,
4257- " rustc_feature" ,
42584255 " rustc_hir" ,
4259- " rustc_index" ,
4260- " rustc_macros" ,
42614256 " rustc_middle" ,
42624257 " rustc_query_system" ,
42634258 " rustc_serialize" ,
4264- " rustc_session" ,
42654259 " rustc_span" ,
4266- " rustc_target" ,
42674260 " tracing" ,
42684261]
42694262
Original file line number Diff line number Diff line change @@ -11,17 +11,10 @@ doctest = false
1111measureme = " 9.0.0"
1212rustc-rayon-core = " 0.3.1"
1313tracing = " 0.1"
14- rustc_ast = { path = " ../rustc_ast" }
15- rustc_attr = { path = " ../rustc_attr" }
1614rustc_data_structures = { path = " ../rustc_data_structures" }
1715rustc_errors = { path = " ../rustc_errors" }
18- rustc_feature = { path = " ../rustc_feature" }
1916rustc_hir = { path = " ../rustc_hir" }
20- rustc_index = { path = " ../rustc_index" }
21- rustc_macros = { path = " ../rustc_macros" }
2217rustc_middle = { path = " ../rustc_middle" }
2318rustc_query_system = { path = " ../rustc_query_system" }
2419rustc_span = { path = " ../rustc_span" }
2520rustc_serialize = { path = " ../rustc_serialize" }
26- rustc_session = { path = " ../rustc_session" }
27- rustc_target = { path = " ../rustc_target" }
You can’t perform that action at this time.
0 commit comments