]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_privacy/Cargo.toml
compiletest: Do not run debuginfo tests with gdb on msvc targets
[rust.git] / src / librustc_privacy / Cargo.toml
index ef974c77acab752d9377abefa5a2d4f639d8e85e..4f341b545156ce009dd826adecae703a82392e75 100644 (file)
@@ -10,9 +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" }
-syntax_pos = { path = "../libsyntax_pos" }
+rustc_span = { path = "../librustc_span" }
 rustc_data_structures = { path = "../librustc_data_structures" }
-rustc_error_codes = { path = "../librustc_error_codes" }
 log = "0.4"