]> git.lizzy.rs Git - rust.git/blobdiff - src/libfmt_macros/Cargo.toml
Rollup merge of #67595 - ohadravid:impl-trait-does-not-live-long-enough, r=estebank
[rust.git] / src / libfmt_macros / Cargo.toml
index 82a9e34c065b1e7acc96fcf362ea3a72c3776495..01608701a79dc2d2375ad56923569a9b30b42984 100644 (file)
@@ -9,5 +9,5 @@ name = "fmt_macros"
 path = "lib.rs"
 
 [dependencies]
-syntax_pos = { path = "../libsyntax_pos" }
-
+rustc_span = { path = "../librustc_span" }
+rustc_lexer = { path = "../librustc_lexer" }