]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_utils/Cargo.toml
Rollup merge of #67908 - ollie27:rustdoc_const_html_escape, r=GuillaumeGomez
[rust.git] / src / librustc_codegen_utils / Cargo.toml
index 09c6dfe5dc0de82ba6069a4541abaa7fd8f133c7..8361a19ade9bc512a6b0b759914487189aeb5c7f 100644 (file)
@@ -15,8 +15,9 @@ punycode = "0.4.0"
 rustc-demangle = "0.1.16"
 
 syntax = { path = "../libsyntax" }
-syntax_pos = { path = "../librustc_span", package = "rustc_span" }
+rustc_span = { path = "../librustc_span" }
 rustc = { path = "../librustc" }
+rustc_hir = { path = "../librustc_hir" }
 rustc_target = { path = "../librustc_target" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 rustc_metadata = { path = "../librustc_metadata" }