]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_metadata/Cargo.toml
Auto merge of #67429 - mati865:mingw-ultimate-fix, r=alexcrichton
[rust.git] / src / librustc_metadata / Cargo.toml
index 0a0bcb190bea720b1b90c7746d371915ce3f4967..a4fdcee5e12975a8e888beeeb016d45251cdb5cf 100644 (file)
@@ -15,6 +15,8 @@ log = "0.4"
 memmap = "0.7"
 smallvec = { version = "1.0", features = ["union", "may_dangle"] }
 rustc = { path = "../librustc" }
+rustc_ast_pretty = { path = "../librustc_ast_pretty" }
+rustc_attr = { path = "../librustc_attr" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 rustc_errors = { path = "../librustc_errors" }
 rustc_hir = { path = "../librustc_hir" }
@@ -26,7 +28,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"] }