We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d75cac commit f746012Copy full SHA for f746012
Cargo.lock
@@ -4211,7 +4211,6 @@ dependencies = [
4211
"rustc_session",
4212
"rustc_span",
4213
"rustc_target",
4214
- "rustc_trait_selection",
4215
"tracing",
4216
]
4217
compiler/rustc_passes/Cargo.toml
@@ -17,6 +17,5 @@ rustc_target = { path = "../rustc_target" }
17
rustc_ast = { path = "../rustc_ast" }
18
rustc_serialize = { path = "../rustc_serialize" }
19
rustc_span = { path = "../rustc_span" }
20
-rustc_trait_selection = { path = "../rustc_trait_selection" }
21
rustc_lexer = { path = "../rustc_lexer" }
22
rustc_ast_pretty = { path = "../rustc_ast_pretty" }
0 commit comments