]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_privacy/Cargo.toml
rustc_typeck to rustc_hir_analysis
[rust.git] / compiler / rustc_privacy / Cargo.toml
index 5785921fb1eda3b14f6d517700aa05c9ab01daa8..832fdc9f01668f00c90b324ae8cd93679f12b30e 100644 (file)
@@ -14,5 +14,5 @@ rustc_middle = { path = "../rustc_middle" }
 rustc_session = { path = "../rustc_session" }
 rustc_span = { path = "../rustc_span" }
 rustc_trait_selection = { path = "../rustc_trait_selection" }
-rustc_typeck = { path = "../rustc_typeck" }
+rustc_hir_analysis = { path = "../rustc_hir_analysis" }
 tracing = "0.1"