]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_query_system/Cargo.toml
Auto merge of #102167 - thomcc:exclusive-inline, r=scottmcm
[rust.git] / compiler / rustc_query_system / Cargo.toml
index bafc6b0a082334826d40a6c0aa9980b05b91c3e7..d7599a56c0b66972b42df897c1d4767adfd915ea 100644 (file)
@@ -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"