We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39829d9 commit b919403Copy full SHA for b919403
src/librustc_traits/Cargo.toml
@@ -16,7 +16,6 @@ rustc_hir = { path = "../librustc_hir" }
16
rustc_index = { path = "../librustc_index" }
17
rustc_ast = { path = "../librustc_ast" }
18
rustc_span = { path = "../librustc_span" }
19
-chalk-integration = "0.19.0"
20
chalk-ir = "0.19.0"
21
chalk-solve = "0.19.0"
22
smallvec = { version = "1.0", features = ["union", "may_dangle"] }
src/librustc_traits/chalk/mod.rs
@@ -81,7 +81,7 @@ crate fn evaluate_goal<'tcx>(
81
universes: max_universe + 1,
82
};
83
84
- let solver_choice = chalk_integration::SolverChoice::SLG {
+ let solver_choice = chalk_solve::solve::SLGSolver {
85
max_size: 32,
86
expected_answers: None,
87
0 commit comments