]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_traits/Cargo.toml
Rollup merge of #68424 - estebank:suggest-borrow-for-non-copy-vec, r=davidtwco
[rust.git] / src / librustc_traits / Cargo.toml
index 5573b4bc840603eee16c48b8d1bca909a7260409..2cb25e63f836ddf4f5dc2fd1fcbdfb3c6beeb90a 100644 (file)
@@ -12,9 +12,10 @@ path = "lib.rs"
 log = { version = "0.4" }
 rustc = { path = "../librustc" }
 rustc_data_structures = { path = "../librustc_data_structures" }
+rustc_hir = { path = "../librustc_hir" }
 rustc_macros = { path = "../librustc_macros" }
 rustc_target = { path = "../librustc_target" }
 syntax = { path = "../libsyntax" }
-syntax_pos = { path = "../librustc_span", package = "rustc_span" }
+rustc_span = { path = "../librustc_span" }
 chalk-engine = { version = "0.9.0", default-features=false }
 smallvec = { version = "1.0", features = ["union", "may_dangle"] }