X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_interface%2FCargo.toml;h=b16cfe9efa7473869f3e95159b3672420730f806;hb=798e389e578a0199f734c79424fa39e440910979;hp=de59882bbdf957f851818b73de4ea98d2c97962c;hpb=3816fce76c04b0be2e06ee188b4aad45accf6479;p=rust.git diff --git a/src/librustc_interface/Cargo.toml b/src/librustc_interface/Cargo.toml index de59882bbdf..b16cfe9efa7 100644 --- a/src/librustc_interface/Cargo.toml +++ b/src/librustc_interface/Cargo.toml @@ -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"