mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
Chalk 0.23
This commit is contained in:
parent
76bd27be89
commit
409090e74c
3 changed files with 13 additions and 13 deletions
|
@ -170,11 +170,11 @@ fn solve(
|
|||
let mut solve = || {
|
||||
if is_chalk_print() {
|
||||
let logging_db = LoggingRustIrDatabase::new(context);
|
||||
let solution = solver.solve_limited(&logging_db, goal, should_continue);
|
||||
let solution = solver.solve_limited(&logging_db, goal, &should_continue);
|
||||
log::debug!("chalk program:\n{}", logging_db);
|
||||
solution
|
||||
} else {
|
||||
solver.solve_limited(&context, goal, should_continue)
|
||||
solver.solve_limited(&context, goal, &should_continue)
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue