]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_builtin_macros/Cargo.toml
Clean up E0207 explanation
[rust.git] / src / librustc_builtin_macros / Cargo.toml
index 9fcc1595e4a6e8d4c60aecd1f5f919bd217870bb..f291eaf93580bf526ecf1bb8594518ab584df985 100644 (file)
@@ -10,15 +10,16 @@ path = "lib.rs"
 doctest = false
 
 [dependencies]
-errors = { path = "../librustc_errors", package = "rustc_errors" }
 fmt_macros = { path = "../libfmt_macros" }
 log = "0.4"
 rustc_data_structures = { path = "../librustc_data_structures" }
+rustc_errors = { path = "../librustc_errors" }
 rustc_feature = { path = "../librustc_feature" }
 rustc_parse = { path = "../librustc_parse" }
 rustc_target = { path = "../librustc_target" }
+rustc_session = { path = "../librustc_session" }
 smallvec = { version = "1.0", features = ["union", "may_dangle"] }
 syntax = { path = "../libsyntax" }
-syntax_expand = { path = "../librustc_expand", package = "rustc_expand" }
-syntax_pos = { path = "../librustc_span", package = "rustc_span" }
+rustc_expand = { path = "../librustc_expand" }
+rustc_span = { path = "../librustc_span" }
 rustc_error_codes = { path = "../librustc_error_codes" }