mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-15 23:45:54 +00:00
Fix an ICE in the recursion lint fixes #121170 I looked into it, and there is no good path towards tainting mir_build (where the ICE happens), but using `try_normalize` in a lint seems generally better anyway