]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_typeck/Cargo.toml
Rollup merge of #67986 - JohnTitor:fix-ice-rust-call, r=varkor
[rust.git] / src / librustc_typeck / Cargo.toml
index 167ba8458936a93e38fbdae2c38aae47ab4b3260..a489d0cd02b40045b1bff629ae98ccabe876c57a 100644 (file)
@@ -15,6 +15,7 @@ arena = { path = "../libarena" }
 log = "0.4"
 rustc = { path = "../librustc" }
 rustc_data_structures = { path = "../librustc_data_structures" }
+rustc_hir = { path = "../librustc_hir" }
 errors = { path = "../librustc_errors", package = "rustc_errors" }
 rustc_target = { path = "../librustc_target" }
 smallvec = { version = "1.0", features = ["union", "may_dangle"] }