mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
696d722169
[-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``