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 e37d6a9 commit aadbf75Copy full SHA for aadbf75
Cargo.lock
@@ -3715,7 +3715,6 @@ dependencies = [
3715
"rustc_errors",
3716
"rustc_fs_util",
3717
"rustc_hir",
3718
- "rustc_incremental",
3719
"rustc_index",
3720
"rustc_llvm",
3721
"rustc_metadata",
compiler/rustc_codegen_llvm/Cargo.toml
@@ -23,7 +23,6 @@ rustc_data_structures = { path = "../rustc_data_structures" }
23
rustc_errors = { path = "../rustc_errors" }
24
rustc_fs_util = { path = "../rustc_fs_util" }
25
rustc_hir = { path = "../rustc_hir" }
26
-rustc_incremental = { path = "../rustc_incremental" }
27
rustc_index = { path = "../rustc_index" }
28
rustc_llvm = { path = "../rustc_llvm" }
29
rustc_metadata = { path = "../rustc_metadata" }
0 commit comments