Skip to content

Commit 7b9502d

Browse files
committed
Fixup first commit
1 parent ce3e3d4 commit 7b9502d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/rustc_trait_selection/src/solve/project_goals.rs

+1
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ impl<'tcx> assembly::GoalKind<'tcx> for ProjectionPredicate<'tcx> {
407407
| ty::Float(..)
408408
| ty::Array(..)
409409
| ty::RawPtr(..)
410+
| ty::Pat(..)
410411
| ty::Ref(..)
411412
| ty::FnDef(..)
412413
| ty::FnPtr(..)

0 commit comments

Comments
 (0)