about summary refs log tree commit diff
diff options
context:
space:
mode:
authorreez12g <reez12g@gmail.com>2022-09-29 16:50:48 +0900
committerreez12g <reez12g@gmail.com>2022-09-29 16:50:48 +0900
commite89fbc5872acbf3b003f02242b3889d815bd6de8 (patch)
treea658c6dd03815a4f9c54b082cf7fff6288ca6a70
parent00612e23cb863d6730fe77001068438039d8078b (diff)
downloadrust-e89fbc5872acbf3b003f02242b3889d815bd6de8.tar.gz
rust-e89fbc5872acbf3b003f02242b3889d815bd6de8.zip
Fix confliction
-rw-r--r--compiler/rustc_typeck/Cargo.toml31
1 files changed, 0 insertions, 31 deletions
diff --git a/compiler/rustc_typeck/Cargo.toml b/compiler/rustc_typeck/Cargo.toml
deleted file mode 100644
index 24461270a4d..00000000000
--- 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" }