]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_infer/Cargo.toml
Rollup merge of #106823 - m-ou-se:format-args-as-str-guarantees, r=dtolnay
[rust.git] / compiler / rustc_infer / Cargo.toml
index 02ac83a5e8b25b3f32ecdbfb62d81013c34a71f3..aced787d6711600ee0337b7ee4dd16a3c736973b 100644 (file)
@@ -15,6 +15,7 @@ rustc_hir = { path = "../rustc_hir" }
 rustc_index = { path = "../rustc_index" }
 rustc_macros = { path = "../rustc_macros" }
 rustc_serialize = { path = "../rustc_serialize" }
+rustc_session = { path = "../rustc_session" }
 rustc_span = { path = "../rustc_span" }
 rustc_target = { path = "../rustc_target" }
 smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }