]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_ast_lowering/Cargo.toml
Auto merge of #69076 - cjgillot:split_trait, r=matthewjasper
[rust.git] / src / librustc_ast_lowering / Cargo.toml
index f6ab60e199f335f977d1f92d8a6d6aeb52d080f3..23dc80facae1d0bba5cee248a620500ccc4e8ac3 100644 (file)
@@ -20,5 +20,5 @@ rustc_index = { path = "../librustc_index" }
 rustc_span = { path = "../librustc_span" }
 rustc_errors = { path = "../librustc_errors" }
 rustc_session = { path = "../librustc_session" }
-syntax = { path = "../libsyntax" }
+rustc_ast = { path = "../librustc_ast" }
 smallvec = { version = "1.0", features = ["union", "may_dangle"] }