]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_interface/Cargo.toml
Update to use new librustc_error_codes library
[rust.git] / src / librustc_interface / Cargo.toml
index de59882bbdf957f851818b73de4ea98d2c97962c..b16cfe9efa7473869f3e95159b3672420730f806 100644 (file)
@@ -34,6 +34,7 @@ rustc_errors = { path = "../librustc_errors" }
 rustc_plugin = { path = "../librustc_plugin", package = "rustc_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"