diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-03-06 22:29:57 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2020-03-06 22:29:57 +0000 |
commit | d4cea98bc342b0aa2603106a155722dcbe5534e1 (patch) | |
tree | 87c4174af3562af1a18ecde0c6aae5ab39879139 /crates/ra_ide_db | |
parent | 44a3f430f2335332e7948b4bc3e60c513e6800dd (diff) | |
parent | 9ce30281f6e618b53bc5e8d54be1cd4a4eae8cee (diff) |
Merge #3502
3502: Don't reuse the Chalk solver r=matklad a=flodiebold
This slows down analysis-stats a bit (~5% in my measurement), but improves
incremental checking a lot because we can reuse trait solve results.
Co-authored-by: Florian Diebold <[email protected]>
Diffstat (limited to 'crates/ra_ide_db')
-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 |