X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_borrowck%2FCargo.toml;h=fbf628e865e2c8bc52331cf6a413cfdcfbeddf3a;hb=6e3dd69e36d42318f1c930de57858109bfc1730c;hp=87a287e694a209ebbefc41d1f83ce4ce883eb371;hpb=7c40661ddb660e9f070f3fdabf6f3e0e8b926fd7;p=rust.git diff --git a/compiler/rustc_borrowck/Cargo.toml b/compiler/rustc_borrowck/Cargo.toml index 87a287e694a..fbf628e865e 100644 --- a/compiler/rustc_borrowck/Cargo.toml +++ b/compiler/rustc_borrowck/Cargo.toml @@ -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" }