]> 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 54cceca7d3afb3615a08b8e2737171b9b3bce75a..41e6c699c340ec592b1a243ddc377b34b154a0ef 100644 (file)
@@ -12,7 +12,9 @@ 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" }
 rustc_span = { path = "../librustc_span" }