]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_traits/Cargo.toml
rustc_span: return an impl Iterator instead of a Vec from macro_backtrace.
[rust.git] / src / librustc_traits / Cargo.toml
index fab177139dc1bbb37c094f48128e8020640bb64c..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 = "../libsyntax_pos" }
+rustc_span = { path = "../librustc_span" }
 chalk-engine = { version = "0.9.0", default-features=false }
 smallvec = { version = "1.0", features = ["union", "may_dangle"] }