]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_parse/Cargo.toml
Rollup merge of #67854 - afnanenayet:afnan/report-external-macro-lints, r=petrochenkov
[rust.git] / src / librustc_parse / Cargo.toml
index 086e6a6bf5c53da263887f77fb7a0c3a936c4057..aa159c55ff2846ed68784580de6b32b46334bcf2 100644 (file)
@@ -18,6 +18,7 @@ rustc_lexer = { path = "../librustc_lexer" }
 rustc_errors = { path = "../librustc_errors" }
 rustc_error_codes = { path = "../librustc_error_codes" }
 smallvec = { version = "1.0", features = ["union", "may_dangle"] }
-syntax_pos = { path = "../librustc_span", package = "rustc_span" }
+rustc_session = { path = "../librustc_session" }
+rustc_span = { path = "../librustc_span" }
 syntax = { path = "../libsyntax" }
 unicode-normalization = "0.1.11"