mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39: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`
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.