X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=compiler%2Frustc_mir_build%2FCargo.toml;h=2baa3bfcb6401f3570ee79012cab627d0a6b11f9;hb=f1f7560598f2543ecc33bd4c1c013a4e76d8f50c;hp=c726fa3a33fff2d397251703813e79b7bc2881ca;hpb=fbb3650c89a45486e5c7a95f0cf7b3ce1657d5b4;p=rust.git diff --git a/compiler/rustc_mir_build/Cargo.toml b/compiler/rustc_mir_build/Cargo.toml index c726fa3a33f..2baa3bfcb64 100644 --- a/compiler/rustc_mir_build/Cargo.toml +++ b/compiler/rustc_mir_build/Cargo.toml @@ -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" }