]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_plugin_impl/Cargo.toml
Rollup merge of #67977 - Wind-River:master_2020, r=alexcrichton
[rust.git] / src / librustc_plugin_impl / Cargo.toml
index a9bbe429c00cce346de21c9474742d9e7d95ef93..d0b7accafd68bb50775b7dd004a24c3a177e5bb5 100644 (file)
@@ -12,6 +12,8 @@ doctest = false
 
 [dependencies]
 rustc = { path = "../librustc" }
+rustc_errors = { path = "../librustc_errors" }
+rustc_hir = { path = "../librustc_hir" }
 rustc_metadata = { path = "../librustc_metadata" }
 syntax = { path = "../libsyntax" }
 rustc_span = { path = "../librustc_span" }