X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_plugin_impl%2FCargo.toml;h=c409b6c3e5440716e5512b3c8acb9d24071932d2;hb=1999ed798e5a77087cde68d2fb955d768ecfb5a4;hp=b6ea533c80bddc8973167b78d7c368e5d2f302d2;hpb=d63c713947ed54d7e63398dc34cc32459a9e455c;p=rust.git diff --git a/compiler/rustc_plugin_impl/Cargo.toml b/compiler/rustc_plugin_impl/Cargo.toml index b6ea533c80b..c409b6c3e54 100644 --- a/compiler/rustc_plugin_impl/Cargo.toml +++ b/compiler/rustc_plugin_impl/Cargo.toml @@ -11,6 +11,7 @@ doctest = false libloading = "0.7.1" rustc_errors = { path = "../rustc_errors" } rustc_lint = { path = "../rustc_lint" } +rustc_macros = { path = "../rustc_macros" } rustc_metadata = { path = "../rustc_metadata" } rustc_ast = { path = "../rustc_ast" } rustc_session = { path = "../rustc_session" }