]> git.proxmox.com Git - rustc.git/blobdiff - src/librustc_privacy/Cargo.toml
New upstream version 1.22.1+dfsg1
[rustc.git] / src / librustc_privacy / Cargo.toml
index 439fa661e0ab52dfc117c8dc48c749d43b4295b3..c65312e9a8337e8fd48f3d290d91926bb97956d6 100644 (file)
@@ -10,5 +10,6 @@ crate-type = ["dylib"]
 
 [dependencies]
 rustc = { path = "../librustc" }
+rustc_typeck = { path = "../librustc_typeck" }
 syntax = { path = "../libsyntax" }
 syntax_pos = { path = "../libsyntax_pos" }