]> 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 99436f427cb00523370a3aa01c02136b02ec6542..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" }