Skip to content

Commit 25365ae

Browse files
committed
fix typo
1 parent 1de57a5 commit 25365ae

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_next_trait_solver/src/solve/eval_ctxt

1 file changed

+1
-1
lines changed

compiler/rustc_next_trait_solver/src/solve/eval_ctxt/canonical.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ where
170170
//
171171
// We don't do so for `NormalizesTo` goals as we erased the expected term and
172172
// bailing with overflow here would prevent us from detecting a type-mismatch,
173-
// causing a coherence error in diesel, see #131969. We still bail with verflow
173+
// causing a coherence error in diesel, see #131969. We still bail with overflow
174174
// when later returning from the parent AliasRelate goal.
175175
if !self.is_normalizes_to_goal {
176176
let num_non_region_vars =

0 commit comments

Comments
 (0)