mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
268ef7bafe
Instantiate higher-ranked binder with erased when checking `IntoIterator` predicate for query instability Fixes https://github.com/rust-lang/rust/issues/145652 which was introduced by https://github.com/rust-lang/rust/pull/139345 because we were skipping a binder before calling `Instance::try_resolve`. r? lcnr