X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_session%2FCargo.toml;h=37cfc4a0dc3c2b91d586228a5d61df1dda0e7912;hb=d2f2f0b91ec1db123b470f95f98380324dc14c5d;hp=4cff21bee3dc37f4bafbbaa0ea71b87b6c9ff24d;hpb=5e66ba799beaa6d5616e448d3b688e633d0eea62;p=rust.git diff --git a/compiler/rustc_session/Cargo.toml b/compiler/rustc_session/Cargo.toml index 4cff21bee3d..37cfc4a0dc3 100644 --- a/compiler/rustc_session/Cargo.toml +++ b/compiler/rustc_session/Cargo.toml @@ -9,6 +9,7 @@ rustc_macros = { path = "../rustc_macros" } tracing = "0.1" rustc_errors = { path = "../rustc_errors" } rustc_feature = { path = "../rustc_feature" } +rustc_hir = { path = "../rustc_hir" } rustc_target = { path = "../rustc_target" } rustc_serialize = { path = "../rustc_serialize" } rustc_data_structures = { path = "../rustc_data_structures" }