mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +03:00
c0b64d97be
Make hitting the recursion limit in projection non-fatal This change was originally made in #80246 to avoid future (effectively) infinite loop bugs in projections, but wundergraph relies on rustc recovering here. cc #80953 r? `@nikomatsakis`