X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibfmt_macros%2FCargo.toml;h=01608701a79dc2d2375ad56923569a9b30b42984;hb=80a65bcaf2f2b8a5c659b21b32b42bc300338a0e;hp=fff4ec716dfdad4e3453f7217bbbaf118fd4a4d0;hpb=7eb65dfe66e56618f87531cdc378865135c47efb;p=rust.git diff --git a/src/libfmt_macros/Cargo.toml b/src/libfmt_macros/Cargo.toml index fff4ec716df..01608701a79 100644 --- a/src/libfmt_macros/Cargo.toml +++ b/src/libfmt_macros/Cargo.toml @@ -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" }