Skip to content

Commit

Permalink
Fixup first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
oli-obk committed Jan 26, 2023
1 parent ce3e3d4 commit 7b9502d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions compiler/rustc_trait_selection/src/solve/project_goals.rs
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ impl<'tcx> assembly::GoalKind<'tcx> for ProjectionPredicate<'tcx> {
| ty::Float(..)
| ty::Array(..)
| ty::RawPtr(..)
| ty::Pat(..)
| ty::Ref(..)
| ty::FnDef(..)
| ty::FnPtr(..)
Expand Down

0 comments on commit 7b9502d

Please sign in to comment.