mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 18:57:19 +00:00

[-Ztrait-solver=next, mir-typeck] instantiate hidden types in the root universe Fixes an ICE in the test `member-constraints-in-root-universe`. Main motivation is to make #112691 pass under the new solver. r? ``@compiler-errors``