]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_save_analysis/Cargo.toml
Rollup merge of #67845 - jumbatm:also-unconst-hack-abs, r=oli-obk
[rust.git] / src / librustc_save_analysis / Cargo.toml
index 50b3be6dca1c3d1ee208b3aa36b230653945895e..cc31f78c5e9417425bf929e34e1785d80f2aed81 100644 (file)
@@ -16,6 +16,6 @@ rustc_codegen_utils = { path = "../librustc_codegen_utils" }
 rustc_parse = { path = "../librustc_parse" }
 serde_json = "1"
 syntax = { path = "../libsyntax" }
-syntax_pos = { path = "../libsyntax_pos" }
+rustc_span = { path = "../librustc_span" }
 rls-data = "0.19"
 rls-span = "0.5"