]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_typeck/Cargo.toml
Rollup merge of #68727 - xfix:remove-comment-about-pretty-printer-in-format-tests...
[rust.git] / src / librustc_typeck / Cargo.toml
index 84e5f56d9c208456ee22139fc78073a91a8fa71a..748bfcc79460a12442bf19ec890d6cead07257f9 100644 (file)
@@ -14,6 +14,7 @@ doctest = false
 arena = { path = "../libarena" }
 log = "0.4"
 rustc = { path = "../librustc" }
+rustc_attr = { path = "../librustc_attr" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 rustc_errors = { path = "../librustc_errors" }
 rustc_hir = { path = "../librustc_hir" }
@@ -22,4 +23,3 @@ smallvec = { version = "1.0", features = ["union", "may_dangle"] }
 syntax = { path = "../libsyntax" }
 rustc_span = { path = "../librustc_span" }
 rustc_index = { path = "../librustc_index" }
-rustc_error_codes = { path = "../librustc_error_codes" }