mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
3071e0aef6
Select obligations before processing wf obligation in `compare_method_predicate_entailment` We need to select obligations before processing the WF obligation for the `IMPLIED_BOUNDS_ENTAILMENT` lint, since it skips over type variables. Fixes #114783 r? `@jackh726`