]> 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 6c9a2d65ef7df764462fda4c210b0aeb6bf83854..795b6c107fe944040c209b51d553361519eda551 100644 (file)
@@ -10,6 +10,7 @@ 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" }