File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -4416,7 +4416,6 @@ dependencies = [
4416
4416
" rustc_hir" ,
4417
4417
" rustc_interface" ,
4418
4418
" rustc_middle" ,
4419
- " rustc_session" ,
4420
4419
" rustc_span" ,
4421
4420
" rustc_target" ,
4422
4421
" stable_mir" ,
Original file line number Diff line number Diff line change @@ -4,14 +4,13 @@ version = "0.0.0"
4
4
edition = " 2021"
5
5
6
6
[dependencies ]
7
+ rustc_driver = { path = " ../rustc_driver" }
7
8
rustc_hir = { path = " ../rustc_hir" }
9
+ rustc_interface = { path = " ../rustc_interface" }
8
10
rustc_middle = { path = " ../rustc_middle" }
9
11
rustc_span = { path = " ../rustc_span" }
10
12
rustc_target = { path = " ../rustc_target" }
11
- rustc_driver = { path = " ../rustc_driver" }
12
- rustc_interface = { path = " ../rustc_interface" }
13
- rustc_session = {path = " ../rustc_session" }
14
- tracing = " 0.1"
15
13
stable_mir = {path = " ../stable_mir" }
14
+ tracing = " 0.1"
16
15
17
16
[features ]
You can’t perform that action at this time.
0 commit comments