File tree 3 files changed +0
-8
lines changed
3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -4228,7 +4228,6 @@ dependencies = [
4228
4228
" measureme" ,
4229
4229
" memoffset" ,
4230
4230
" rustc-rayon-core" ,
4231
- " rustc_ast" ,
4232
4231
" rustc_data_structures" ,
4233
4232
" rustc_errors" ,
4234
4233
" rustc_hir" ,
@@ -4437,15 +4436,12 @@ dependencies = [
4437
4436
name = " rustc_traits"
4438
4437
version = " 0.0.0"
4439
4438
dependencies = [
4440
- " rustc_ast" ,
4441
4439
" rustc_data_structures" ,
4442
4440
" rustc_hir" ,
4443
4441
" rustc_infer" ,
4444
4442
" rustc_middle" ,
4445
4443
" rustc_span" ,
4446
- " rustc_target" ,
4447
4444
" rustc_trait_selection" ,
4448
- " smallvec" ,
4449
4445
" tracing" ,
4450
4446
]
4451
4447
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ edition = "2021"
9
9
[dependencies ]
10
10
field-offset = " 0.3.5"
11
11
measureme = " 10.0.0"
12
- rustc_ast = { path = " ../rustc_ast" }
13
12
rustc_data_structures = { path = " ../rustc_data_structures" }
14
13
rustc_errors = { path = " ../rustc_errors" }
15
14
rustc_hir = { path = " ../rustc_hir" }
Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ tracing = "0.1"
8
8
rustc_middle = { path = " ../rustc_middle" }
9
9
rustc_data_structures = { path = " ../rustc_data_structures" }
10
10
rustc_hir = { path = " ../rustc_hir" }
11
- rustc_ast = { path = " ../rustc_ast" }
12
11
rustc_span = { path = " ../rustc_span" }
13
- rustc_target = { path = " ../rustc_target" }
14
- smallvec = { version = " 1.8.1" , features = [" union" , " may_dangle" ] }
15
12
rustc_infer = { path = " ../rustc_infer" }
16
13
rustc_trait_selection = { path = " ../rustc_trait_selection" }
You can’t perform that action at this time.
0 commit comments