mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 03:27:17 +00:00
fix universes in the NLL type tests In the NLL code, we were not accommodating universes in the `type_test` logic. Fixes #98095. r? `@compiler-errors` This breaks some tests, however, so the purpose of this branch is more explanatory and perhaps to do a crater run.