]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_interface/Cargo.toml
Fix rebase fallout.
[rust.git] / src / librustc_interface / Cargo.toml
index b16cfe9efa7473869f3e95159b3672420730f806..7ab5ec2b2329e9b504fb7900bb3029c21b48075c 100644 (file)
@@ -31,10 +31,9 @@ rustc_passes = { path = "../librustc_passes" }
 rustc_typeck = { path = "../librustc_typeck" }
 rustc_lint = { path = "../librustc_lint" }
 rustc_errors = { path = "../librustc_errors" }
-rustc_plugin = { path = "../librustc_plugin", package = "rustc_plugin_impl" }
+rustc_plugin_impl = { path = "../librustc_plugin_impl" }
 rustc_privacy = { path = "../librustc_privacy" }
 rustc_resolve = { path = "../librustc_resolve" }
-rustc_error_codes = { path = "../librustc_error_codes" }
 tempfile = "3.0.5"
 once_cell = "1"