mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 00:34:06 +00:00
Correct typo
This commit is contained in:
parent
1f72129ffe
commit
5a685a10ec
@ -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…
Reference in New Issue
Block a user