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 b060ba9 commit 40cc278Copy full SHA for 40cc278
Cargo.lock
@@ -3940,7 +3940,6 @@ dependencies = [
3940
name = "rustc_infer"
3941
version = "0.0.0"
3942
dependencies = [
3943
- "rustc_ast",
3944
"rustc_data_structures",
3945
"rustc_errors",
3946
"rustc_hir",
compiler/rustc_infer/Cargo.toml
@@ -20,4 +20,3 @@ rustc_serialize = { path = "../rustc_serialize" }
20
rustc_span = { path = "../rustc_span" }
21
rustc_target = { path = "../rustc_target" }
22
smallvec = { version = "1.6.1", features = ["union", "may_dangle"] }
23
-rustc_ast = { path = "../rustc_ast" }
0 commit comments