Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-ty/src/next_solver/interner.rs')
| -rw-r--r-- | crates/hir-ty/src/next_solver/interner.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir-ty/src/next_solver/interner.rs b/crates/hir-ty/src/next_solver/interner.rs index cd1667527b..3fd8e7b39d 100644 --- a/crates/hir-ty/src/next_solver/interner.rs +++ b/crates/hir-ty/src/next_solver/interner.rs @@ -304,6 +304,7 @@ impl<'db> DbInterner<'db> { DbInterner { db, krate, block } } + #[inline] pub fn db(&self) -> &'db dyn HirDatabase { self.db } @@ -1952,7 +1953,6 @@ impl<'db> rustc_type_ir::Interner for DbInterner<'db> { false } - // FIXME(next-solver): Make this a query? Can this make cycles? fn impl_specializes( self, specializing_impl_def_id: Self::ImplId, |