Files
rust/compiler/rustc_trait_selection
Jacob PrattandGitHub fad9bb7bf0 Rollup merge of #159788 - sjwang05:issue-159685, r=fee1-dead
Avoid ICEing in RPIT method chain suggestion

In the case that the return type captures a lifetime, `skip_binder()` will cause the later `can_eq()` call to ICE, so we call `enter_forall()` with the binder instead. Probably best reviewed with ignore-whitespace.

fixes rust-lang/rust#159685
2026-07-23 19:18:49 -04:00
..
2026-06-24 23:18:10 +01:00