]> git.proxmox.com Git - rustc.git/blobdiff - src/librustc/Cargo.toml
Imported Upstream version 1.11.0+dfsg1
[rustc.git] / src / librustc / Cargo.toml
index 9291227a734f78b7978aedfe79368c5ab1402257..aaef8e8423cbec1bce8d247b33c1aa732cadf0f8 100644 (file)
@@ -19,6 +19,8 @@ rustc_back = { path = "../librustc_back" }
 rustc_bitflags = { path = "../librustc_bitflags" }
 rustc_const_math = { path = "../librustc_const_math" }
 rustc_data_structures = { path = "../librustc_data_structures" }
+rustc_errors = { path = "../librustc_errors" }
 rustc_llvm = { path = "../librustc_llvm" }
 serialize = { path = "../libserialize" }
 syntax = { path = "../libsyntax" }
+syntax_pos = { path = "../libsyntax_pos" }