Skip to content

Commit 2231941

Browse files
authored
Rollup merge of #71806 - lcnr:patch-3, r=jonas-schievink
typo
2 parents 24e101c + a691521 commit 2231941

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_infer/infer/nll_relate

1 file changed

+1
-1
lines changed

src/librustc_infer/infer/nll_relate/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ where
657657
// Reset the ambient variance to covariant. This is needed
658658
// to correctly handle cases like
659659
//
660-
// for<'a> fn(&'a u32, &'a u3) == for<'b, 'c> fn(&'b u32, &'c u32)
660+
// for<'a> fn(&'a u32, &'a u32) == for<'b, 'c> fn(&'b u32, &'c u32)
661661
//
662662
// Somewhat surprisingly, these two types are actually
663663
// **equal**, even though the one on the right looks more

0 commit comments

Comments
 (0)