]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_mir_build/Cargo.toml
Auto merge of #103957 - JakobDegen:drop-retag, r=RalfJung
[rust.git] / compiler / rustc_mir_build / Cargo.toml
index c726fa3a33fff2d397251703813e79b7bc2881ca..4ad3343d3031b2fa1e0f23eb2efc03ffd85edad1 100644 (file)
@@ -8,6 +8,7 @@ edition = "2021"
 [dependencies]
 rustc_arena = { path = "../rustc_arena" }
 tracing = "0.1"
+either = "1"
 rustc_middle = { path = "../rustc_middle" }
 rustc_apfloat = { path = "../rustc_apfloat" }
 rustc_attr = { path = "../rustc_attr" }
@@ -16,6 +17,7 @@ rustc_index = { path = "../rustc_index" }
 rustc_errors = { path = "../rustc_errors" }
 rustc_hir = { path = "../rustc_hir" }
 rustc_infer = { path = "../rustc_infer" }
+rustc_macros = { path = "../rustc_macros" }
 rustc_serialize = { path = "../rustc_serialize" }
 rustc_session = { path = "../rustc_session" }
 rustc_span = { path = "../rustc_span" }