Skip to content

Commit

Permalink
Rollup merge of #71806 - lcnr:patch-3, r=jonas-schievink
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
Dylan-DPC committed May 3, 2020
2 parents 24e101c + a691521 commit 2231941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_infer/infer/nll_relate/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -657,7 +657,7 @@ where
// Reset the ambient variance to covariant. This is needed
// to correctly handle cases like
//
// for<'a> fn(&'a u32, &'a u3) == for<'b, 'c> fn(&'b u32, &'c u32)
// for<'a> fn(&'a u32, &'a u32) == for<'b, 'c> fn(&'b u32, &'c u32)
//
// Somewhat surprisingly, these two types are actually
// **equal**, even though the one on the right looks more
Expand Down

0 comments on commit 2231941

Please sign in to comment.