]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_symbol_mangling/Cargo.toml
Rollup merge of #101285 - TaKO8Ki:do-not-suggest-adding-move-when-closure-is-already...
[rust.git] / compiler / rustc_symbol_mangling / Cargo.toml
index b104a40c231150fb3802ac03c127ace56da0f27b..3db05225722e71aad54fad9c2e6d53d288992353 100644 (file)
@@ -18,3 +18,5 @@ rustc_hir = { path = "../rustc_hir" }
 rustc_target = { path = "../rustc_target" }
 rustc_data_structures = { path = "../rustc_data_structures" }
 rustc_session = { path = "../rustc_session" }
+rustc_macros = { path = "../rustc_macros" }
+rustc_errors = { path = "../rustc_errors" }