We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 36b6f79 + 5a685a1 commit ff83043Copy full SHA for ff83043
compiler/rustc_trait_selection/src/solve/project_goals.rs
@@ -23,7 +23,7 @@ impl<'tcx> EvalCtxt<'_, 'tcx> {
23
&mut self,
24
goal: Goal<'tcx, ProjectionPredicate<'tcx>>,
25
) -> QueryResult<'tcx> {
26
- // To only compute normalization ones for each projection we only
+ // To only compute normalization once for each projection we only
27
// normalize if the expected term is an unconstrained inference variable.
28
//
29
// E.g. for `<T as Trait>::Assoc = u32` we recursively compute the goal
0 commit comments