X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_query_system%2FCargo.toml;h=d7599a56c0b66972b42df897c1d4767adfd915ea;hb=cdb76db493fa5e0382b18ecd9f8da7ef00ceb951;hp=bafc6b0a082334826d40a6c0aa9980b05b91c3e7;hpb=e4f049312c8547a493e618d00db7a346d35a2c98;p=rust.git diff --git a/compiler/rustc_query_system/Cargo.toml b/compiler/rustc_query_system/Cargo.toml index bafc6b0a082..d7599a56c0b 100644 --- a/compiler/rustc_query_system/Cargo.toml +++ b/compiler/rustc_query_system/Cargo.toml @@ -21,6 +21,7 @@ rustc_serialize = { path = "../rustc_serialize" } rustc_session = { path = "../rustc_session" } rustc_span = { path = "../rustc_span" } rustc_target = { path = "../rustc_target" } +rustc_type_ir = { path = "../rustc_type_ir" } smallvec = { version = "1.8.1", features = ["union", "may_dangle"] } thin-vec = "0.2.8" tracing = "0.1"