]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_plugin_impl/Cargo.toml
Rollup merge of #67781 - cjgillot:passes-const, r=oli-obk
[rust.git] / src / librustc_plugin_impl / Cargo.toml
index d57a58b433f484abfe7d87cd4edf7283e33635dd..d0b7accafd68bb50775b7dd004a24c3a177e5bb5 100644 (file)
@@ -12,7 +12,9 @@ doctest = false
 
 [dependencies]
 rustc = { path = "../librustc" }
+rustc_errors = { path = "../librustc_errors" }
+rustc_hir = { path = "../librustc_hir" }
 rustc_metadata = { path = "../librustc_metadata" }
 syntax = { path = "../libsyntax" }
-syntax_pos = { path = "../libsyntax_pos" }
+rustc_span = { path = "../librustc_span" }
 rustc_error_codes = { path = "../librustc_error_codes" }