File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ rustc_hir = { path = "../librustc_hir" }
1616rustc_index = { path = " ../librustc_index" }
1717rustc_ast = { path = " ../librustc_ast" }
1818rustc_span = { path = " ../librustc_span" }
19+ chalk-integration = " 0.19.0"
1920chalk-ir = " 0.19.0"
2021chalk-solve = " 0.19.0"
2122smallvec = { version = " 1.0" , features = [" union" , " may_dangle" ] }
Original file line number Diff line number Diff line change @@ -81,7 +81,10 @@ crate fn evaluate_goal<'tcx>(
8181 universes : max_universe + 1 ,
8282 } ;
8383
84- let solver_choice = chalk_solve:: SolverChoice :: SLG { max_size : 32 , expected_answers : None } ;
84+ let solver_choice = chalk_integration:: SolverChoice :: SLG {
85+ max_size : 32 ,
86+ expected_answers : None ,
87+ } ;
8588 let mut solver = solver_choice. into_solver :: < ChalkRustInterner < ' tcx > > ( ) ;
8689
8790 let db = ChalkRustIrDatabase { tcx, interner } ;
You can’t perform that action at this time.
0 commit comments