Skip to content

Commit

Permalink
Rollup merge of rust-lang#107030 - albertlarsan68:patch-3, r=lcnr
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiaskrgr authored Jan 18, 2023
2 parents 36b6f79 + 5a685a1 commit ff83043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_trait_selection/src/solve/project_goals.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ impl<'tcx> EvalCtxt<'_, 'tcx> {
&mut self,
goal: Goal<'tcx, ProjectionPredicate<'tcx>>,
) -> QueryResult<'tcx> {
// To only compute normalization ones for each projection we only
// To only compute normalization once for each projection we only
// normalize if the expected term is an unconstrained inference variable.
//
// E.g. for `<T as Trait>::Assoc = u32` we recursively compute the goal
Expand Down

0 comments on commit ff83043

Please sign in to comment.