X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_resolve%2FCargo.toml;h=7c3a0f8f277b5b6480016958e3b3b7a5c24759f0;hb=60d136000eab7e171e4d2c5bab47e6fee1fd5ec6;hp=b97f4560c37b3fee08c6808b524670fc0beed45b;hpb=67d5cc0462f33773f042dc3c5ec9bd710095b1b4;p=rust.git diff --git a/compiler/rustc_resolve/Cargo.toml b/compiler/rustc_resolve/Cargo.toml index b97f4560c37..7c3a0f8f277 100644 --- a/compiler/rustc_resolve/Cargo.toml +++ b/compiler/rustc_resolve/Cargo.toml @@ -17,6 +17,7 @@ rustc_expand = { path = "../rustc_expand" } rustc_feature = { path = "../rustc_feature" } rustc_hir = { path = "../rustc_hir" } rustc_index = { path = "../rustc_index" } +rustc_macros = { path = "../rustc_macros" } rustc_metadata = { path = "../rustc_metadata" } rustc_middle = { path = "../rustc_middle" } rustc_query_system = { path = "../rustc_query_system" }