]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_save_analysis/Cargo.toml
Rollup merge of #103570 - lukas-code:stabilize-ilog, r=scottmcm
[rust.git] / compiler / rustc_save_analysis / Cargo.toml
index 15a89d82fa69626b373cc0eb40bfe7ea8fcfe874..181e27f334b40219e08be56fb5c3cc5f9b70e4f9 100644 (file)
@@ -9,9 +9,11 @@ rustc_middle = { path = "../rustc_middle" }
 rustc_ast = { path = "../rustc_ast" }
 rustc_ast_pretty = { path = "../rustc_ast_pretty" }
 rustc_data_structures = { path = "../rustc_data_structures" }
+rustc_errors = { path = "../rustc_errors" }
 rustc_hir = { path = "../rustc_hir" }
 rustc_hir_pretty = { path = "../rustc_hir_pretty" }
 rustc_lexer = { path = "../rustc_lexer" }
+rustc_macros = { path = "../rustc_macros" }
 serde_json = "1"
 rustc_session = { path = "../rustc_session" }
 rustc_span = { path = "../rustc_span" }