fix typo
This commit is contained in:
parent
1de57a5ce9
commit
25365aeacf
@ -170,7 +170,7 @@ pub(in crate::solve) fn evaluate_added_goals_and_make_canonical_response(
|
|||||||
//
|
//
|
||||||
// We don't do so for `NormalizesTo` goals as we erased the expected term and
|
// We don't do so for `NormalizesTo` goals as we erased the expected term and
|
||||||
// bailing with overflow here would prevent us from detecting a type-mismatch,
|
// bailing with overflow here would prevent us from detecting a type-mismatch,
|
||||||
// causing a coherence error in diesel, see #131969. We still bail with verflow
|
// causing a coherence error in diesel, see #131969. We still bail with overflow
|
||||||
// when later returning from the parent AliasRelate goal.
|
// when later returning from the parent AliasRelate goal.
|
||||||
if !self.is_normalizes_to_goal {
|
if !self.is_normalizes_to_goal {
|
||||||
let num_non_region_vars =
|
let num_non_region_vars =
|
||||||
|
Loading…
Reference in New Issue
Block a user