File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
compiler/rustc_query_impl Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -4311,7 +4311,6 @@ dependencies = [
4311
4311
" rustc_errors" ,
4312
4312
" rustc_hir" ,
4313
4313
" rustc_index" ,
4314
- " rustc_macros" ,
4315
4314
" rustc_middle" ,
4316
4315
" rustc_query_system" ,
4317
4316
" rustc_serialize" ,
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ rustc_data_structures = { path = "../rustc_data_structures" }
13
13
rustc_errors = { path = " ../rustc_errors" }
14
14
rustc_hir = { path = " ../rustc_hir" }
15
15
rustc_index = { path = " ../rustc_index" }
16
- rustc_macros = { path = " ../rustc_macros" }
17
16
rustc_middle = { path = " ../rustc_middle" }
18
17
rustc_query_system = { path = " ../rustc_query_system" }
19
18
rustc-rayon-core = { version = " 0.5.0" , optional = true }
You can’t perform that action at this time.
0 commit comments