]> git.lizzy.rs Git - rust.git/commitdiff
Remove librustc_ast_borrowck from driver & interface.
authorMazdak Farrokhzad <twingoow@gmail.com>
Wed, 25 Sep 2019 21:17:01 +0000 (23:17 +0200)
committerMazdak Farrokhzad <twingoow@gmail.com>
Fri, 27 Sep 2019 17:48:06 +0000 (19:48 +0200)
Cargo.lock
src/librustc_driver/Cargo.toml
src/librustc_interface/Cargo.toml

index cbaf7d801ca065f32b5fba03c9c17ec17269af7c..40a0b9fe59dbd793b177a829bc1cf6711a9d73ec 100644 (file)
@@ -3337,17 +3337,6 @@ dependencies = [
  "core",
 ]
 
-[[package]]
-name = "rustc_ast_borrowck"
-version = "0.0.0"
-dependencies = [
- "graphviz",
- "log",
- "rustc",
- "rustc_data_structures",
- "syntax_pos",
-]
-
 [[package]]
 name = "rustc_codegen_llvm"
 version = "0.0.0"
@@ -3425,7 +3414,6 @@ dependencies = [
  "lazy_static 1.3.0",
  "log",
  "rustc",
- "rustc_ast_borrowck",
  "rustc_codegen_utils",
  "rustc_data_structures",
  "rustc_errors",
@@ -3483,7 +3471,6 @@ dependencies = [
  "once_cell",
  "rustc",
  "rustc-rayon",
- "rustc_ast_borrowck",
  "rustc_codegen_ssa",
  "rustc_codegen_utils",
  "rustc_data_structures",
index 25f67b30468ccdbe1f6f03e461813baae44fc065..d615e5b256d1a6478b8c970fc32324042f9172b7 100644 (file)
@@ -16,7 +16,6 @@ log = "0.4"
 env_logger = { version = "0.6", default-features = false }
 rustc = { path = "../librustc" }
 rustc_target = { path = "../librustc_target" }
-rustc_ast_borrowck = { path = "../librustc_ast_borrowck" }
 rustc_data_structures = { path = "../librustc_data_structures" }
 errors = { path = "../librustc_errors", package = "rustc_errors" }
 rustc_metadata = { path = "../librustc_metadata" }
index f6293107a940eeee46d717d8a9c7d34eee375e20..780f7a7ffa9edee38e6de8ec5a4084f3b72977ed 100644 (file)
@@ -18,7 +18,6 @@ syntax_ext = { path = "../libsyntax_ext" }
 syntax_pos = { path = "../libsyntax_pos" }
 rustc_serialize = { path = "../libserialize", package = "serialize" }
 rustc = { path = "../librustc" }
-rustc_ast_borrowck = { path = "../librustc_ast_borrowck" }
 rustc_incremental = { path = "../librustc_incremental" }
 rustc_traits = { path = "../librustc_traits" }
 rustc_data_structures = { path = "../librustc_data_structures" }