Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-ty/src/next_solver/predicate.rs')
| -rw-r--r-- | crates/hir-ty/src/next_solver/predicate.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/hir-ty/src/next_solver/predicate.rs b/crates/hir-ty/src/next_solver/predicate.rs index 6d7539575f..5758e2dc7e 100644 --- a/crates/hir-ty/src/next_solver/predicate.rs +++ b/crates/hir-ty/src/next_solver/predicate.rs @@ -76,6 +76,8 @@ fn stable_cmp_existential_predicate<'db>( interned_slice!( BoundExistentialPredicatesStorage, BoundExistentialPredicates, + StoredBoundExistentialPredicates, + bound_existential_predicates, BoundExistentialPredicate<'db>, BoundExistentialPredicate<'static>, ); |