X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc_metadata%2FCargo.toml;h=6da584733aea0345e8d44b71fc117a39f6e03be6;hb=143059deafe1e5df3cbbaf4d47f5461af7bcf8c3;hp=0a0bcb190bea720b1b90c7746d371915ce3f4967;hpb=c854aecd629886be7010b99c17f49e0ebf44055e;p=rust.git diff --git a/src/librustc_metadata/Cargo.toml b/src/librustc_metadata/Cargo.toml index 0a0bcb190be..6da584733ae 100644 --- a/src/librustc_metadata/Cargo.toml +++ b/src/librustc_metadata/Cargo.toml @@ -26,7 +26,6 @@ syntax = { path = "../libsyntax" } rustc_expand = { path = "../librustc_expand" } rustc_parse = { path = "../librustc_parse" } rustc_span = { path = "../librustc_span" } -rustc_error_codes = { path = "../librustc_error_codes" } [target.'cfg(windows)'.dependencies] winapi = { version = "0.3", features = ["errhandlingapi", "libloaderapi"] }