mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
60d136000e
Ignore bivariant parameters in test_type_match. https://github.com/rust-lang/rust/pull/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 https://github.com/rust-lang/rust/issues/104815 r? `@oli-obk` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |