Rollup merge of #107030 - albertlarsan68:patch-3, r=lcnr
Correct typo https://github.com/rust-lang/rust/pull/106718#discussion_r1073508490
This commit is contained in:
commit
5d562be33d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue