X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_ast_passes%2FCargo.toml;h=5d096e4965ddc7b4664d7570779b2d59c7cab00b;hb=f483032e97ba7c89f803fc6f8078f0acdd9d9b3b;hp=01d2ac449b590b034a054c494f5777ecee71eb09;hpb=518ed67ab1c3aa433250131568267cfb90ed084a;p=rust.git diff --git a/src/librustc_ast_passes/Cargo.toml b/src/librustc_ast_passes/Cargo.toml index 01d2ac449b5..5d096e4965d 100644 --- a/src/librustc_ast_passes/Cargo.toml +++ b/src/librustc_ast_passes/Cargo.toml @@ -18,4 +18,4 @@ rustc_feature = { path = "../librustc_feature" } rustc_parse = { path = "../librustc_parse" } rustc_session = { path = "../librustc_session" } rustc_span = { path = "../librustc_span" } -syntax = { path = "../libsyntax" } +rustc_ast = { path = "../librustc_ast" }