]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_utils/Cargo.toml
Rollup merge of #69577 - GuillaumeGomez:cleanup-e0375, r=Dylan-DPC
[rust.git] / src / librustc_codegen_utils / Cargo.toml
index 404e556cd524e25ccf27ae62011e205585b74758..b5533a8307c3dc501886749c52d1a5c4e68617d4 100644 (file)
@@ -14,9 +14,10 @@ log = "0.4"
 punycode = "0.4.0"
 rustc-demangle = "0.1.16"
 
-syntax = { path = "../libsyntax" }
+rustc_ast = { path = "../librustc_ast" }
 rustc_span = { path = "../librustc_span" }
 rustc = { path = "../librustc" }
+rustc_hir = { path = "../librustc_hir" }
 rustc_target = { path = "../librustc_target" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 rustc_metadata = { path = "../librustc_metadata" }