We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14f89de commit 40cec78Copy full SHA for 40cec78
Cargo.lock
@@ -3479,7 +3479,6 @@ version = "0.0.0"
3479
dependencies = [
3480
"arena",
3481
"log",
3482
- "rustc",
3483
"rustc_ast",
3484
"rustc_ast_pretty",
3485
"rustc_data_structures",
src/librustc_ast_lowering/Cargo.toml
@@ -12,7 +12,6 @@ doctest = false
12
[dependencies]
13
arena = { path = "../libarena" }
14
log = { version = "0.4", features = ["release_max_level_info", "std"] }
15
-rustc = { path = "../librustc" }
16
rustc_ast_pretty = { path = "../librustc_ast_pretty" }
17
rustc_hir = { path = "../librustc_hir" }
18
rustc_target = { path = "../librustc_target" }
0 commit comments