]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_typeck/Cargo.toml
Auto merge of #69550 - RalfJung:scalar, r=oli-obk
[rust.git] / src / librustc_typeck / Cargo.toml
index 748bfcc79460a12442bf19ec890d6cead07257f9..51a9b259c8f70927f2b556d56d421fbf156a4f24 100644 (file)
@@ -20,6 +20,7 @@ rustc_errors = { path = "../librustc_errors" }
 rustc_hir = { path = "../librustc_hir" }
 rustc_target = { path = "../librustc_target" }
 smallvec = { version = "1.0", features = ["union", "may_dangle"] }
-syntax = { path = "../libsyntax" }
+rustc_ast = { path = "../librustc_ast" }
 rustc_span = { path = "../librustc_span" }
 rustc_index = { path = "../librustc_index" }
+rustc_infer = { path = "../librustc_infer" }