]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_privacy/Cargo.toml
Rollup merge of #68326 - ollie27:rustdoc_hightlight_fatal_errors, r=GuillaumeGomez
[rust.git] / src / librustc_privacy / Cargo.toml
index e39c0b427dab1aa2d03f4611b07a7097ab974491..795b6c107fe944040c209b51d553361519eda551 100644 (file)
@@ -10,6 +10,8 @@ path = "lib.rs"
 
 [dependencies]
 rustc = { path = "../librustc" }
+rustc_errors = { path = "../librustc_errors" }
+rustc_hir = { path = "../librustc_hir" }
 rustc_typeck = { path = "../librustc_typeck" }
 syntax = { path = "../libsyntax" }
 rustc_span = { path = "../librustc_span" }