Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-ty/src/next_solver/fold.rs')
-rw-r--r--crates/hir-ty/src/next_solver/fold.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir-ty/src/next_solver/fold.rs b/crates/hir-ty/src/next_solver/fold.rs
index 0a41874374..826f234bf6 100644
--- a/crates/hir-ty/src/next_solver/fold.rs
+++ b/crates/hir-ty/src/next_solver/fold.rs
@@ -225,7 +225,7 @@ impl<'db> DbInterner<'db> {
/// free variants attached to `all_outlive_scope`.
pub fn liberate_late_bound_regions<T>(
self,
- all_outlive_scope: SolverDefId,
+ all_outlive_scope: SolverDefId<'db>,
value: Binder<'db, T>,
) -> T
where