]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_typeck/Cargo.toml
Rollup merge of #68033 - ollie27:win_f32, r=dtolnay
[rust.git] / src / librustc_typeck / Cargo.toml
index a78eba7c0b7932536d13932608f233c135703f12..84e5f56d9c208456ee22139fc78073a91a8fa71a 100644 (file)
@@ -15,10 +15,11 @@ arena = { path = "../libarena" }
 log = "0.4"
 rustc = { path = "../librustc" }
 rustc_data_structures = { path = "../librustc_data_structures" }
-errors = { path = "../librustc_errors", package = "rustc_errors" }
+rustc_errors = { path = "../librustc_errors" }
+rustc_hir = { path = "../librustc_hir" }
 rustc_target = { path = "../librustc_target" }
 smallvec = { version = "1.0", features = ["union", "may_dangle"] }
 syntax = { path = "../libsyntax" }
-syntax_pos = { path = "../libsyntax_pos" }
+rustc_span = { path = "../librustc_span" }
 rustc_index = { path = "../librustc_index" }
 rustc_error_codes = { path = "../librustc_error_codes" }