]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_traits/Cargo.toml
Rollup merge of #68424 - estebank:suggest-borrow-for-non-copy-vec, r=davidtwco
[rust.git] / src / librustc_traits / Cargo.toml
index 979587f7ac3943d147b2ee1e615ea3711605a3f4..2cb25e63f836ddf4f5dc2fd1fcbdfb3c6beeb90a 100644 (file)
@@ -12,6 +12,7 @@ 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" }