]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_hir/Cargo.toml
Auto merge of #69482 - lqd:poloniusup, r=nikomatsakis
[rust.git] / src / librustc_hir / Cargo.toml
index cff6413253202dde7ea183f829048b5dc9033b19..872d114fb1800ca6154499b7b074977162082457 100644 (file)
@@ -18,6 +18,6 @@ rustc_index = { path = "../librustc_index" }
 rustc_span = { path = "../librustc_span" }
 rustc_errors = { path = "../librustc_errors" }
 rustc_serialize = { path = "../libserialize", package = "serialize" }
-syntax = { path = "../libsyntax" }
+rustc_ast = { path = "../librustc_ast" }
 lazy_static = "1"
 smallvec = { version = "1.0", features = ["union", "may_dangle"] }