]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_privacy/Cargo.toml
rustc_span: return an impl Iterator instead of a Vec from macro_backtrace.
[rust.git] / src / librustc_privacy / Cargo.toml
index 6c9a2d65ef7df764462fda4c210b0aeb6bf83854..4f341b545156ce009dd826adecae703a82392e75 100644 (file)
@@ -10,10 +10,10 @@ path = "lib.rs"
 
 [dependencies]
 rustc = { path = "../librustc" }
+rustc_errors = { path = "../librustc_errors" }
 rustc_hir = { path = "../librustc_hir" }
 rustc_typeck = { path = "../librustc_typeck" }
 syntax = { path = "../libsyntax" }
 rustc_span = { path = "../librustc_span" }
 rustc_data_structures = { path = "../librustc_data_structures" }
-rustc_error_codes = { path = "../librustc_error_codes" }
 log = "0.4"