Skip to content

Commit

Permalink
Rollup merge of #104936 - cjgillot:self-rpit-orig-too, r=oli-obk
Browse files Browse the repository at this point in the history
Ignore bivariant parameters in test_type_match.

rust-lang/rust#103491 made opaque types bivariant with respect of some of their lifetime parameters.  Because of this bivariance, some lifetime variables were not unified to anything during borrowck, and were considered as unequal by borrowck type test.

This PR makes type test ignore the bivariant parameters in test_type_match.

Fixes rust-lang/rust#104815

r? `@oli-obk`
  • Loading branch information
matthiaskrgr authored Nov 28, 2022
2 parents bae384c + 85a496a commit 2282677
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 2282677

Please sign in to comment.