]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_driver/Cargo.toml
rustc_typeck to rustc_hir_analysis
[rust.git] / compiler / rustc_driver / Cargo.toml
index d1d02ed73f9595a3847d38d96eb8665fc56badbc..59e937777483ec1941854b6d66d5b29c26ea4a49 100644 (file)
@@ -30,7 +30,7 @@ rustc_error_codes = { path = "../rustc_error_codes" }
 rustc_interface = { path = "../rustc_interface" }
 rustc_ast = { path = "../rustc_ast" }
 rustc_span = { path = "../rustc_span" }
-rustc_typeck = { path = "../rustc_typeck" }
+rustc_hir_analysis = { path = "../rustc_hir_analysis" }
 
 [target.'cfg(unix)'.dependencies]
 libc = "0.2"