]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_plugin_impl/Cargo.toml
Auto merge of #67901 - matthewjasper:split-mir-build, r=nagisa
[rust.git] / src / librustc_plugin_impl / Cargo.toml
index d57a58b433f484abfe7d87cd4edf7283e33635dd..41e6c699c340ec592b1a243ddc377b34b154a0ef 100644 (file)
@@ -12,7 +12,10 @@ doctest = false
 
 [dependencies]
 rustc = { path = "../librustc" }
+rustc_errors = { path = "../librustc_errors" }
+rustc_hir = { path = "../librustc_hir" }
+rustc_lint = { path = "../librustc_lint" }
 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" }