]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_ast_lowering/Cargo.toml
Rollup merge of #67686 - ssomers:keys_start_slasher, r=Mark-Simulacrum
[rust.git] / src / librustc_ast_lowering / Cargo.toml
index 76980dfa31db4c051cfe2d59d6204749d8c8afc8..4b786d6245fc4056d6ee77a77b54a24433024788 100644 (file)
@@ -12,11 +12,11 @@ doctest = false
 [dependencies]
 log = { version = "0.4", features = ["release_max_level_info", "std"] }
 rustc = { path = "../librustc" }
+rustc_hir = { path = "../librustc_hir" }
 rustc_target = { path = "../librustc_target" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 rustc_index = { path = "../librustc_index" }
 rustc_span = { path = "../librustc_span" }
-rustc_error_codes = { path = "../librustc_error_codes" }
 rustc_errors = { path = "../librustc_errors" }
 rustc_session = { path = "../librustc_session" }
 syntax = { path = "../libsyntax" }