]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_traits/Cargo.toml
Rollup merge of #68705 - BijanT:ll_remove, r=Mark-Simulacrum
[rust.git] / src / librustc_traits / Cargo.toml
index 979587f7ac3943d147b2ee1e615ea3711605a3f4..40ca2ea90f2f487daa1284fd90d44ee170e4345f 100644 (file)
@@ -12,9 +12,11 @@ path = "lib.rs"
 log = { version = "0.4" }
 rustc = { path = "../librustc" }
 rustc_data_structures = { path = "../librustc_data_structures" }
+rustc_hir = { path = "../librustc_hir" }
 rustc_macros = { path = "../librustc_macros" }
 rustc_target = { path = "../librustc_target" }
 syntax = { path = "../libsyntax" }
 rustc_span = { path = "../librustc_span" }
 chalk-engine = { version = "0.9.0", default-features=false }
 smallvec = { version = "1.0", features = ["union", "may_dangle"] }
+rustc_infer = { path = "../librustc_infer" }