]> 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 f56cc938f4a2f7b720ed83f28190b5a277ab0dff..f291eaf93580bf526ecf1bb8594518ab584df985 100644 (file)
@@ -10,13 +10,14 @@ 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" }
 rustc_expand = { path = "../librustc_expand" }