Skip to content

Commit 34ddc70

Browse files
committed
Move rustc_borrowck -> rustc_ast_borrowck
1 parent be085d7 commit 34ddc70

File tree

16 files changed

+6
-6
lines changed

16 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2946,7 +2946,7 @@ dependencies = [
29462946
]
29472947

29482948
[[package]]
2949-
name = "rustc_borrowck"
2949+
name = "rustc_ast_borrowck"
29502950
version = "0.0.0"
29512951
dependencies = [
29522952
"graphviz 0.0.0",
@@ -3044,7 +3044,7 @@ dependencies = [
30443044
"rustc 0.0.0",
30453045
"rustc-rayon 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
30463046
"rustc_allocator 0.0.0",
3047-
"rustc_borrowck 0.0.0",
3047+
"rustc_ast_borrowck 0.0.0",
30483048
"rustc_codegen_utils 0.0.0",
30493049
"rustc_data_structures 0.0.0",
30503050
"rustc_errors 0.0.0",
@@ -3109,7 +3109,7 @@ dependencies = [
31093109
"rustc 0.0.0",
31103110
"rustc-rayon 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
31113111
"rustc_allocator 0.0.0",
3112-
"rustc_borrowck 0.0.0",
3112+
"rustc_ast_borrowck 0.0.0",
31133113
"rustc_codegen_ssa 0.0.0",
31143114
"rustc_codegen_utils 0.0.0",
31153115
"rustc_data_structures 0.0.0",
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)