mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
f82875e242
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