]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_driver/Cargo.toml
Rollup merge of #67358 - cuviper:get_or_insert_owned, r=LukasKalbertodt
[rust.git] / src / librustc_driver / Cargo.toml
index 043cfc58974b7b0475a96f6cbacec71c66fef271..ed742ed1ca0a3c66ab4f341f4ede51404746ba37 100644 (file)
@@ -20,6 +20,7 @@ rustc_lint = { path = "../librustc_lint" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 errors = { path = "../librustc_errors", package = "rustc_errors" }
 rustc_feature = { path = "../librustc_feature" }
+rustc_hir = { path = "../librustc_hir" }
 rustc_metadata = { path = "../librustc_metadata" }
 rustc_mir = { path = "../librustc_mir" }
 rustc_parse = { path = "../librustc_parse" }
@@ -31,7 +32,7 @@ rustc_interface = { path = "../librustc_interface" }
 rustc_serialize = { path = "../libserialize", package = "serialize" }
 rustc_resolve = { path = "../librustc_resolve" }
 syntax = { path = "../libsyntax" }
-syntax_pos = { path = "../libsyntax_pos" }
+rustc_span = { path = "../librustc_span" }
 
 [features]
 llvm = ['rustc_interface/llvm']