Skip to content

Commit 8f7839f

Browse files
committed
rustc_driver: Remove unused dependencies rustc_mir_build and rustc_typeck
Unused since commit dc3eabd ("Store THIR in `IndexVec`s instead of an `Arena`").
1 parent aadbf75 commit 8f7839f

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

Cargo.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3808,15 +3808,13 @@ dependencies = [
38083808
"rustc_metadata",
38093809
"rustc_middle",
38103810
"rustc_mir",
3811-
"rustc_mir_build",
38123811
"rustc_parse",
38133812
"rustc_plugin_impl",
38143813
"rustc_save_analysis",
38153814
"rustc_serialize",
38163815
"rustc_session",
38173816
"rustc_span",
38183817
"rustc_target",
3819-
"rustc_typeck",
38203818
"tracing",
38213819
"tracing-subscriber",
38223820
"tracing-tree",

compiler/rustc_driver/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,6 @@ rustc_interface = { path = "../rustc_interface" }
3434
rustc_serialize = { path = "../rustc_serialize" }
3535
rustc_ast = { path = "../rustc_ast" }
3636
rustc_span = { path = "../rustc_span" }
37-
rustc_mir_build = { path = "../rustc_mir_build" }
38-
rustc_typeck = { path = "../rustc_typeck" }
3937

4038
[target.'cfg(windows)'.dependencies]
4139
winapi = { version = "0.3", features = ["consoleapi", "debugapi", "processenv"] }

0 commit comments

Comments
 (0)