diff options
author | Florian Diebold <[email protected]> | 2020-03-06 22:04:14 +0000 |
---|---|---|
committer | Florian Diebold <[email protected]> | 2020-03-06 22:04:14 +0000 |
commit | 9ce30281f6e618b53bc5e8d54be1cd4a4eae8cee (patch) | |
tree | 71b53390e8efd4cbc6e1170c6628a24e7d526b76 /crates/ra_ide_db/src | |
parent | 26ae35c62e29610552167d8cfced8e7e19096576 (diff) |
Don't reuse the Chalk solver
This slows down analysis-stats a bit (~5% in my measurement), but improves
incremental checking a lot because we can reuse trait solve results.
Diffstat (limited to 'crates/ra_ide_db/src')
-rw-r--r-- | crates/ra_ide_db/src/change.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/ra_ide_db/src/change.rs b/crates/ra_ide_db/src/change.rs index 7e9310005..de5c6eb8f 100644 --- a/crates/ra_ide_db/src/change.rs +++ b/crates/ra_ide_db/src/change.rs | |||
@@ -362,7 +362,6 @@ impl RootDatabase { | |||
362 | hir::db::GenericDefaultsQuery | 362 | hir::db::GenericDefaultsQuery |
363 | hir::db::ImplsInCrateQuery | 363 | hir::db::ImplsInCrateQuery |
364 | hir::db::ImplsForTraitQuery | 364 | hir::db::ImplsForTraitQuery |
365 | hir::db::TraitSolverQuery | ||
366 | hir::db::InternTypeCtorQuery | 365 | hir::db::InternTypeCtorQuery |
367 | hir::db::InternChalkImplQuery | 366 | hir::db::InternChalkImplQuery |
368 | hir::db::InternAssocTyValueQuery | 367 | hir::db::InternAssocTyValueQuery |