mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 14:51:48 +00:00
Switch to Chalk master, without fuel
This commit is contained in:
parent
dcb0c02e3a
commit
c8284d8424
3 changed files with 27 additions and 27 deletions
|
@ -62,7 +62,7 @@ fn solve(
|
|||
let context = ChalkContext { db, krate };
|
||||
let solver = db.trait_solver(krate);
|
||||
debug!("solve goal: {:?}", goal);
|
||||
let solution = solver.lock().solve_with_fuel(&context, goal, Some(1000));
|
||||
let solution = solver.lock().solve(&context, goal);
|
||||
debug!("solve({:?}) => {:?}", goal, solution);
|
||||
solution
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue