We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40cc278 commit b836ecdCopy full SHA for b836ecd
Cargo.lock
@@ -3973,7 +3973,6 @@ dependencies = [
3973
"rustc_expand",
3974
"rustc_hir",
3975
"rustc_incremental",
3976
- "rustc_index",
3977
"rustc_lint",
3978
"rustc_metadata",
3979
"rustc_middle",
compiler/rustc_interface/Cargo.toml
@@ -31,7 +31,6 @@ rustc_codegen_ssa = { path = "../rustc_codegen_ssa" }
31
rustc_symbol_mangling = { path = "../rustc_symbol_mangling" }
32
rustc_codegen_llvm = { path = "../rustc_codegen_llvm", optional = true }
33
rustc_hir = { path = "../rustc_hir" }
34
-rustc_index = { path = "../rustc_index" }
35
rustc_metadata = { path = "../rustc_metadata" }
36
rustc_mir = { path = "../rustc_mir" }
37
rustc_mir_build = { path = "../rustc_mir_build" }
0 commit comments