]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_incremental/Cargo.toml
Rollup merge of #68682 - LeSeulArtichaut:stable-intrinsics, r=steveklabnik
[rust.git] / src / librustc_incremental / Cargo.toml
index 3fd67395b6b9a888ed268bbdfedbf717cb7fa834..eddfb81ea8b0aab218b93484f362939e1e5d3f1b 100644 (file)
@@ -15,8 +15,9 @@ log = "0.4"
 rand = "0.7"
 rustc = { path = "../librustc" }
 rustc_data_structures = { path = "../librustc_data_structures" }
+rustc_hir = { path = "../librustc_hir" }
 rustc_serialize = { path = "../libserialize", package = "serialize" }
-syntax = { path = "../libsyntax" }
-syntax_pos = { path = "../librustc_span", package = "rustc_span" }
+rustc_ast = { path = "../librustc_ast" }
+rustc_span = { path = "../librustc_span" }
 rustc_fs_util = { path = "../librustc_fs_util" }
 rustc_session = { path = "../librustc_session" }