]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_monomorphize/Cargo.toml
Rollup merge of #101737 - notriddle:notriddle/search-results-result-name-span, r...
[rust.git] / compiler / rustc_monomorphize / Cargo.toml
index 41ba4d4b64a34143376e9421da4719b145725d6c..59ca04ec868d159d32a2d62d65cfd8c67a196ace 100644 (file)
@@ -7,11 +7,13 @@ edition = "2021"
 doctest = false
 
 [dependencies]
-smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
+smallvec = { version = "1.8.1", features = [ "union", "may_dangle" ] }
 tracing = "0.1"
 rustc_data_structures = { path = "../rustc_data_structures" }
+rustc_errors = { path = "../rustc_errors" }
 rustc_hir = { path = "../rustc_hir" }
 rustc_index = { path = "../rustc_index" }
+rustc_macros = { path = "../rustc_macros" }
 rustc_middle = { path = "../rustc_middle" }
 rustc_session = { path = "../rustc_session" }
 rustc_span = { path = "../rustc_span" }