Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir/src/lib.rs')
| -rw-r--r-- | crates/hir/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir/src/lib.rs b/crates/hir/src/lib.rs index 9e3dc998bf..17b901d5f8 100644 --- a/crates/hir/src/lib.rs +++ b/crates/hir/src/lib.rs @@ -2392,7 +2392,7 @@ impl Type { } .cast(&Interner), ), - [TyVariableKind::General].iter().copied(), + [TyVariableKind::General].into_iter(), ); match db.trait_solve(self.krate, goal)? { |