X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_traits%2FCargo.toml;h=2cb25e63f836ddf4f5dc2fd1fcbdfb3c6beeb90a;hb=6980f82c0d152446506fee4d4a45d8afdf4ad9a4;hp=979587f7ac3943d147b2ee1e615ea3711605a3f4;hpb=70f1d57048d2c73c8c018d0d65ceb0e2ca5d9dae;p=rust.git diff --git a/src/librustc_traits/Cargo.toml b/src/librustc_traits/Cargo.toml index 979587f7ac3..2cb25e63f83 100644 --- a/src/librustc_traits/Cargo.toml +++ b/src/librustc_traits/Cargo.toml @@ -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" }