From e89fbc5872acbf3b003f02242b3889d815bd6de8 Mon Sep 17 00:00:00 2001 From: reez12g Date: Thu, 29 Sep 2022 16:50:48 +0900 Subject: [PATCH] Fix confliction --- compiler/rustc_typeck/Cargo.toml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 compiler/rustc_typeck/Cargo.toml diff --git a/compiler/rustc_typeck/Cargo.toml b/compiler/rustc_typeck/Cargo.toml deleted file mode 100644 index 24461270a4d40..0000000000000 --- a/compiler/rustc_typeck/Cargo.toml +++ /dev/null @@ -1,31 +0,0 @@ -[package] -name = "rustc_typeck" -version = "0.0.0" -edition = "2021" - -[lib] -test = false - -[dependencies] -rustc_arena = { path = "../rustc_arena" } -tracing = "0.1" -rustc_macros = { path = "../rustc_macros" } -rustc_middle = { path = "../rustc_middle" } -rustc_attr = { path = "../rustc_attr" } -rustc_data_structures = { path = "../rustc_data_structures" } -rustc_errors = { path = "../rustc_errors" } -rustc_graphviz = { path = "../rustc_graphviz" } -rustc_hir = { path = "../rustc_hir" } -rustc_hir_pretty = { path = "../rustc_hir_pretty" } -rustc_target = { path = "../rustc_target" } -rustc_session = { path = "../rustc_session" } -smallvec = { version = "1.8.1", features = ["union", "may_dangle"] } -rustc_ast = { path = "../rustc_ast" } -rustc_span = { path = "../rustc_span" } -rustc_index = { path = "../rustc_index" } -rustc_infer = { path = "../rustc_infer" } -rustc_trait_selection = { path = "../rustc_trait_selection" } -rustc_ty_utils = { path = "../rustc_ty_utils" } -rustc_lint = { path = "../rustc_lint" } -rustc_serialize = { path = "../rustc_serialize" } -rustc_type_ir = { path = "../rustc_type_ir" }