X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_privacy%2FCargo.toml;h=6ac2915c3452688b40b1d98ac57f040b10a8f486;hb=61a102914335caebb8c67079bc351822a12862ee;hp=85a53b1bde2249670c8b998abf70291bce116335;hpb=3b1e7b1fc9853497140f7f5371882234f0295893;p=rust.git diff --git a/compiler/rustc_privacy/Cargo.toml b/compiler/rustc_privacy/Cargo.toml index 85a53b1bde2..6ac2915c345 100644 --- a/compiler/rustc_privacy/Cargo.toml +++ b/compiler/rustc_privacy/Cargo.toml @@ -5,6 +5,7 @@ edition = "2018" [dependencies] rustc_middle = { path = "../rustc_middle" } +rustc_ast = { path = "../rustc_ast" } rustc_attr = { path = "../rustc_attr" } rustc_errors = { path = "../rustc_errors" } rustc_hir = { path = "../rustc_hir" }