X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_lint%2FCargo.toml;h=7c0f2c440d51d291a029dfbf6eae5dc840fe1a0c;hb=796bc7cae364b39ff7e5139842b51dd9b764060d;hp=fab60b6f6096c0c424b6c69203ef57552c6d6501;hpb=fd9ca0c25ec90f6ed156e6f0e950763ca5171f8a;p=rust.git diff --git a/compiler/rustc_lint/Cargo.toml b/compiler/rustc_lint/Cargo.toml index fab60b6f609..7c0f2c440d5 100644 --- a/compiler/rustc_lint/Cargo.toml +++ b/compiler/rustc_lint/Cargo.toml @@ -22,3 +22,4 @@ rustc_trait_selection = { path = "../rustc_trait_selection" } rustc_parse_format = { path = "../rustc_parse_format" } rustc_infer = { path = "../rustc_infer" } rustc_type_ir = { path = "../rustc_type_ir" } +rustc_macros = { path = "../rustc_macros" }