]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_borrowck/Cargo.toml
Rollup merge of #98868 - tmiasko:unreachable-coverage, r=wesleywiser
[rust.git] / compiler / rustc_borrowck / Cargo.toml
index 87a287e694a209ebbefc41d1f83ce4ce883eb371..fbf628e865e2c8bc52331cf6a413cfdcfbeddf3a 100644 (file)
@@ -19,6 +19,7 @@ rustc_hir = { path = "../rustc_hir" }
 rustc_index = { path = "../rustc_index" }
 rustc_infer = { path = "../rustc_infer" }
 rustc_lexer = { path = "../rustc_lexer" }
+rustc_macros = { path = "../rustc_macros" }
 rustc_middle = { path = "../rustc_middle" }
 rustc_const_eval = { path = "../rustc_const_eval" }
 rustc_mir_dataflow = { path = "../rustc_mir_dataflow" }