We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae213db commit 7d6548aCopy full SHA for 7d6548a
Cargo.lock
@@ -3807,7 +3807,6 @@ dependencies = [
3807
"rustc_feature",
3808
"rustc_hir",
3809
"rustc_index",
3810
- "rustc_parse",
3811
"rustc_session",
3812
"rustc_span",
3813
"rustc_target",
src/librustc_passes/Cargo.toml
@@ -16,7 +16,6 @@ rustc_errors = { path = "../librustc_errors" }
16
rustc_feature = { path = "../librustc_feature" }
17
rustc_hir = { path = "../librustc_hir" }
18
rustc_index = { path = "../librustc_index" }
19
-rustc_parse = { path = "../librustc_parse" }
20
rustc_session = { path = "../librustc_session" }
21
rustc_target = { path = "../librustc_target" }
22
syntax = { path = "../libsyntax" }
0 commit comments