]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_builtin_macros/Cargo.toml
Rollup merge of #68059 - jethrogb:jb/target-llvm-args, r=alexcrichton
[rust.git] / src / librustc_builtin_macros / Cargo.toml
index f56cc938f4a2f7b720ed83f28190b5a277ab0dff..ca57068fb9a335bfe6bacea9447a04cb5625e41c 100644 (file)
@@ -10,10 +10,10 @@ 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" }