]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_plugin_impl/Cargo.toml
Remove rustc_hir reexports in rustc::hir.
[rust.git] / src / librustc_plugin_impl / Cargo.toml
index 05046ae3a0dd61cb87a32b9abc7e4d63aa494144..54cceca7d3afb3615a08b8e2737171b9b3bce75a 100644 (file)
@@ -12,7 +12,8 @@ doctest = false
 
 [dependencies]
 rustc = { path = "../librustc" }
+rustc_hir = { path = "../librustc_hir" }
 rustc_metadata = { path = "../librustc_metadata" }
 syntax = { path = "../libsyntax" }
-syntax_pos = { path = "../librustc_span", package = "rustc_span" }
+rustc_span = { path = "../librustc_span" }
 rustc_error_codes = { path = "../librustc_error_codes" }